SubscriptionListOperationsResponse.SubscriptionOperation.OperationCompletedTime Property

 

Gets or sets the time that the operation finished.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

public DateTime OperationCompletedTime { get; set; }
public:
property DateTime OperationCompletedTime {
    DateTime get();
    void set(DateTime value);
}
member OperationCompletedTime : DateTime with get, set
Public Property OperationCompletedTime As Date

Property Value

Type: System.DateTime

The finish time of the operation.

See Also

SubscriptionListOperationsResponse.SubscriptionOperation Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top