'Declaration
<DataMemberAttribute(False)> <DisplayNameAttribute("")> Public ReadOnly Property Type As PriceModifierBase.PriceModifierType
'Usage
Dim instance As PriceModifierBase Dim value As PriceModifierBase.PriceModifierType value = instance.Type
[DataMember(false)] [DisplayName("")] public PriceModifierBase.PriceModifierType Type {get;}
[DataMember(false)] [DisplayName("")] public: property PriceModifierBase.PriceModifierType Type { PriceModifierBase.PriceModifierType get(); }