MarketplaceWebServiceProducts.Model.GetLowestOfferListingsForASINRequest.WithExcludeMe C# (CSharp) Метод

WithExcludeMe() публичный Метод

Sets the ExcludeMe property
public WithExcludeMe ( System.Boolean excludeMe ) : GetLowestOfferListingsForASINRequest
excludeMe System.Boolean ExcludeMe property
Результат GetLowestOfferListingsForASINRequest
        public GetLowestOfferListingsForASINRequest WithExcludeMe(Boolean excludeMe)
        {
            this.excludeMeField = excludeMe;
            return this;
        }