ConnectionInfo.Scope Property

Definition

Gets the scope of the connection.

public:
 property Microsoft::Web::Management::Server::ManagementScope Scope { Microsoft::Web::Management::Server::ManagementScope get(); };
public Microsoft.Web.Management.Server.ManagementScope Scope { get; }
member this.Scope : Microsoft.Web.Management.Server.ManagementScope
Public ReadOnly Property Scope As ManagementScope

Property Value

The ManagementScope object that is passed to the ConnectionInfoCollection(IConnectionManager) constructor.

Applies to