Share via


ConnectionTypeProperties.IsGlobal Property

 

Optional. Gets or sets a Boolean value to indicate if the connection type is global.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

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

Property Value

Type: System.Boolean

See Also

ConnectionTypeProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top