AffinityGroupGetResponse.CreatedTime Property
Optional. The time that the affinity group was created.
Namespace: Microsoft.WindowsAzure.Management.Models
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
public Nullable<DateTime> CreatedTime { get; set; }
public:
property Nullable<DateTime> CreatedTime {
Nullable<DateTime> get();
void set(Nullable<DateTime> value);
}
member CreatedTime : Nullable<DateTime> with get, set
Public Property CreatedTime As Nullable(Of Date)
Property Value
Type: System.Nullable<DateTime>
See Also
AffinityGroupGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace
Return to top