ClusterDeployment.RdpExpirationDate Property
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
<IgnoreDataMemberAttribute> _
Public Property RdpExpirationDate As DateTime
Get
Set
'Usage
Dim instance As ClusterDeployment
Dim value As DateTime
value = instance.RdpExpirationDate
instance.RdpExpirationDate = value
[IgnoreDataMemberAttribute]
public DateTime RdpExpirationDate { get; set; }
[IgnoreDataMemberAttribute]
public:
property DateTime RdpExpirationDate {
DateTime get ();
void set (DateTime value);
}
[<IgnoreDataMemberAttribute>]
member RdpExpirationDate : DateTime with get, set
function get RdpExpirationDate () : DateTime
function set RdpExpirationDate (value : DateTime)
Property Value
Type: System.DateTime
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013 Namespace