UMIPGateway.Status Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property Status As GatewayStatus
    Get
    Set
'Usage
Dim instance As UMIPGateway
Dim value As GatewayStatus

value = instance.Status

instance.Status = value
[ParameterAttribute(Mandatory = false)]
public GatewayStatus Status { get; set; }