UserView.View Property

Definition

Gets or sets the associated view.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackView ^ View { Microsoft::EnterpriseManagement::Configuration::ManagementPackView ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackView ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackView View { get; set; }
member this.View : Microsoft.EnterpriseManagement.Configuration.ManagementPackView with get, set
Public Property View As ManagementPackView

Property Value

Returns ManagementPackView.

The associated view.

Applies to