'Declaration<DataMemberAttribute(False)> <DisplayNameAttribute("Type")> Public Property Type As PaymentBase.PaymentType
'UsageDim instance As PaymentBase Dim value As PaymentBase.PaymentType instance.Type = value value = instance.Type
[DataMember(false)] [DisplayName("Type")] public PaymentBase.PaymentType Type {get; set;}
[DataMember(false)] [DisplayName("Type")] public: property PaymentBase.PaymentType Type { PaymentBase.PaymentType get(); void set ( PaymentBase.PaymentType value); }