ScheduledOperationExecutionResponseOwnerId Property
|
Scheduled operation Instance owner id
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string OwnerId { get; set; }<DataMemberAttribute>
Public Property OwnerId As String
Get
Set
public:
[DataMemberAttribute]
property String^ OwnerId {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member OwnerId : string with get, set
function get OwnerId () : String
function set OwnerId (value : String)
Property Value
Type:
String
See Also