AuthConfig.NextCertificateEffectiveDate property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property NextCertificateEffectiveDate As Nullable(Of DateTime)
Get
Set
'Usage
Dim instance As AuthConfig
Dim value As Nullable(Of DateTime)
value = instance.NextCertificateEffectiveDate
instance.NextCertificateEffectiveDate = value
public Nullable<DateTime> NextCertificateEffectiveDate { get; set; }
Property value
Type: System.Nullable<DateTime>
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace