IConfigurable.IsValid property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
'Declaration
ReadOnly Property IsValid As Boolean
Get
'Usage
Dim instance As IConfigurable
Dim value As Boolean
value = instance.IsValid
bool IsValid { get; }
Type: System.Boolean