ADDomain.MaximumPasswordAge Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property MaximumPasswordAge As Nullable(Of EnhancedTimeSpan)
Get
'Usage
Dim instance As ADDomain
Dim value As Nullable(Of EnhancedTimeSpan)
value = instance.MaximumPasswordAge
public Nullable<EnhancedTimeSpan> MaximumPasswordAge { get; }
Property Value
Type: System.Nullable<EnhancedTimeSpan>