ScheduledOperationResponseNotes Property
|
user notes,free text field
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string Notes { get; set; }<DataMemberAttribute>
Public Property Notes As String
Get
Set
public:
[DataMemberAttribute]
property String^ Notes {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member Notes : string with get, set
function get Notes () : String
function set Notes (value : String)
Property Value
Type:
String
See Also