ClusterDeployment.CreatedDate Property

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013
Assembly:  Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property CreatedDate As DateTime 
    Get 
    Set
'Usage
Dim instance As ClusterDeployment 
Dim value As DateTime 

value = instance.CreatedDate

instance.CreatedDate = value
[DataMemberAttribute(EmitDefaultValue = false)]
public DateTime CreatedDate { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property DateTime CreatedDate {
    DateTime get ();
    void set (DateTime value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member CreatedDate : DateTime with get, set
function get CreatedDate () : DateTime 
function set CreatedDate (value : DateTime)

Property Value

Type: System.DateTime

See Also

Reference

ClusterDeployment Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013 Namespace