Condividi tramite


Proprietà ConnectionTypeProperties.IsGlobal

 

Facoltativa. Ottiene o imposta un valore booleano che indica se il tipo di connessione è globale.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Sintassi

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

Valore proprietà

Type: System.Boolean

Vedere anche

Classe ConnectionTypeProperties
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio