ScheduleExecutionDataTaskId Property
|
The id of the task for the scheduled operation
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string TaskId { get; set; }<DataMemberAttribute>
Public Property TaskId As String
Get
Set
public:
[DataMemberAttribute]
property String^ TaskId {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member TaskId : string with get, set
function get TaskId () : String
function set TaskId (value : String)
Property Value
Type:
String
See Also