GatewayConnectionUpdateOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the operation to perform on the connection. Can be set to Connect, Disconnect, or Test to connect to a local network, disconnect from a local network, or test the gateway's connection to a local network site.
public enum GatewayConnectionUpdateOperation
type GatewayConnectionUpdateOperation =
Public Enum GatewayConnectionUpdateOperation
- Inheritance
-
GatewayConnectionUpdateOperation
Fields
Name | Value | Description |
---|---|---|
Connect | 0 | |
Disconnect | 1 | |
Test | 2 |