Database.Mounted Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property Mounted As Nullable(Of Boolean)
Get
Friend Set
'Usage
Dim instance As Database
Dim value As Nullable(Of Boolean)
value = instance.Mounted
public Nullable<bool> Mounted { get; internal set; }
Property Value
Type: System.Nullable<Boolean>
Returns Nullable<T>.