ClusterContainer.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(Order := , EmitDefaultValue := False)> _
Public Property CreatedDate As DateTime
Get
Set
'Usage
Dim instance As ClusterContainer
Dim value As DateTime
value = instance.CreatedDate
instance.CreatedDate = value
[DataMemberAttribute(Order = , EmitDefaultValue = false)]
public DateTime CreatedDate { get; set; }
[DataMemberAttribute(Order = , EmitDefaultValue = false)]
public:
property DateTime CreatedDate {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute(Order = , 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
Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013 Namespace