'Declaration
<DataMemberAttribute(False)> Public Property PricingMethod As OrderBase.BasePriceTypes
'Usage
Dim instance As CustomerBase Dim value As OrderBase.BasePriceTypes instance.PricingMethod = value value = instance.PricingMethod
[DataMember(false)] public OrderBase.BasePriceTypes PricingMethod {get; set;}
[DataMember(false)] public: property OrderBase.BasePriceTypes PricingMethod { OrderBase.BasePriceTypes get(); void set ( OrderBase.BasePriceTypes value); }