Share via


EntitleResourceParameters.RegistrationDate Property

 

Required. The required data when the entitlement is performed.

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

Syntax

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

Property Value

Type: System.DateTime

See Also

EntitleResourceParameters Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top