ApplicationManagementUnit.Scope Property

Definition

Gets a value that specifies that the management scope is Application.

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

Property Value

One of the ManagementScope values. Only Application is valid.

Applies to