SubscriptionListOperationsResponse.SubscriptionOperation.OperationStartedTime Property
Gets or sets the time that the operation started.
Namespace: Microsoft.WindowsAzure.Management.Models
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
public DateTime OperationStartedTime { get; set; }
public:
property DateTime OperationStartedTime {
DateTime get();
void set(DateTime value);
}
member OperationStartedTime : DateTime with get, set
Public Property OperationStartedTime As Date
Property Value
Type: System.DateTime
The start time of the operation.
See Also
SubscriptionListOperationsResponse.SubscriptionOperation Class
Microsoft.WindowsAzure.Management.Models Namespace
Return to top