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

IsSetSellerSKU() public method

Checks if SellerSKU property is set
public IsSetSellerSKU ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetSellerSKU()
        {
            return  this.sellerSKUField != null;
        }