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
Public Property UMStartupMode As UMStartupMode
Get
Set
'Usage
Dim instance As UMServer
Dim value As UMStartupMode
value = instance.UMStartupMode
instance.UMStartupMode = value
public UMStartupMode UMStartupMode { get; set; }
Property value
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.UMStartupMode
One of the UMStartupMode enumeration values.