MarketplaceWebServiceProducts.Model.GetLowestOfferListingsForASINRequest.WithExcludeMe C# (CSharp) Méthode

WithExcludeMe() public méthode

Sets the ExcludeMe property
public WithExcludeMe ( System.Boolean excludeMe ) : GetLowestOfferListingsForASINRequest
excludeMe System.Boolean ExcludeMe property
Résultat GetLowestOfferListingsForASINRequest
        public GetLowestOfferListingsForASINRequest WithExcludeMe(Boolean excludeMe)
        {
            this.excludeMeField = excludeMe;
            return this;
        }