GetScheduledOperationExecutionRequestScheduleExecutionId Property
|
identify a specific execution of a scheduled operation
Namespace:
Aruba.Cloud.WsDBaaS.Requests
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string ScheduleExecutionId { get; set; }<DataMemberAttribute>
Public Property ScheduleExecutionId As String
Get
Set
public:
[DataMemberAttribute]
property String^ ScheduleExecutionId {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member ScheduleExecutionId : string with get, set
function get ScheduleExecutionId () : String
function set ScheduleExecutionId (value : String)
Property Value
Type:
String
See Also