'Declaration<DataMemberAttribute(False)> <DisplayNameAttribute("")> Public ReadOnly Property CustomerInstructions As String
'UsageDim instance As PriceSetBase Dim value As String value = instance.CustomerInstructions
[DataMember(false)] [DisplayName("")] public string CustomerInstructions {get;}
[DataMember(false)] [DisplayName("")] public: property String^ CustomerInstructions { String^ get(); }