'Declaration<DataMemberAttribute(False)> <DisplayNameAttribute("")> Public ReadOnly Property DispatcherInstructions As String
'UsageDim 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(); }