Note property.
Read-write property
[Visual Basic .NET] |
---|
Public Property Note() As String |
[C#] |
---|
public string Note {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Note(); |
[Unmanaged C++] |
---|
public: HRESULT get_Note( |
[Java] |
---|
public String getNote();public void setNote( |