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