 | AddressMiniNotes Property |
Gets or sets the notes in a work address.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Notes { get; set; }
Public Property Notes As String
Get
Set
public:
property String^ Notes {
String^ get ();
void set (String^ value);
}
function get Notes () : String
function set Notes (value : String)
function get_Notes();
function set_Notes(value);
Property Value
Type:
StringWork address notes.
See Also