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;
        }