ConnectivityGroupItem Class
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.
Connectivity group item.
public class ConnectivityGroupItem
type ConnectivityGroupItem = class
Public Class ConnectivityGroupItem
- Inheritance
-
ConnectivityGroupItem
Constructors
| Name | Description |
|---|---|
| ConnectivityGroupItem() |
Initializes a new instance of the ConnectivityGroupItem class. |
| ConnectivityGroupItem(String, String, String, String) |
Initializes a new instance of the ConnectivityGroupItem class. |
Properties
| Name | Description |
|---|---|
| GroupConnectivity |
Gets or sets group connectivity type. Possible values include: 'None', 'DirectlyConnected' |
| IsGlobal |
Gets or sets flag if global is supported. Possible values include: 'False', 'True' |
| NetworkGroupId |
Gets or sets network group Id. |
| UseHubGateway |
Gets or sets flag if need to use hub gateway. Possible values include: 'False', 'True' |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |