UMServer.UMStartupMode Property
Gets or sets the mode that the Unified Messaging service on a Unified Messaging server will start in.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property UMStartupMode As UMStartupMode
Get
Set
'Usage
Dim instance As UMServer
Dim value As UMStartupMode
value = instance.UMStartupMode
instance.UMStartupMode = value
[ParameterAttribute(Mandatory = false)]
public UMStartupMode UMStartupMode { get; set; }
Property Value
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.UMStartupMode
One of the UMStartupMode enumeration values.
See Also