MarketplaceWebServiceProducts.Model.CompetitivePricingType.IsSetTradeInValue C# (CSharp) 메소드

IsSetTradeInValue() 공개 메소드

Checks if TradeInValue property is set
public IsSetTradeInValue ( ) : System.Boolean
리턴 System.Boolean
        public Boolean IsSetTradeInValue()
        {
            return this.tradeInValueField != null;
        }