MarketplaceWebServiceProducts.Model.SellerSKUListType.IsSetSellerSKU C# (CSharp) Method

IsSetSellerSKU() public method

Checks of SellerSKU property is set
public IsSetSellerSKU ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetSellerSKU()
        {
            return (SellerSKU.Count > 0);
        }