ConnectionTypeProperties.IsGlobal Propriedade
Opcional. Obtém ou define um valor booleano para indicar se o tipo de conexão é global.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public bool IsGlobal { get; set; }
public:
property bool IsGlobal {
bool get();
void set(bool value);
}
member IsGlobal : bool with get, set
Public Property IsGlobal As Boolean
Valor de propriedade
Type: System.Boolean
Consulte também
Classe ConnectionTypeProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo