MarketplaceWebServiceProducts.Model.Product.WithIdentifiers C# (CSharp) Method

WithIdentifiers() public method

Sets the Identifiers property
public WithIdentifiers ( IdentifierType identifiers ) : Product
identifiers IdentifierType Identifiers property
return Product
        public Product WithIdentifiers(IdentifierType identifiers)
        {
            this.identifiersField = identifiers;
            return this;
        }