IPresentationManagement.GetView(Guid) Method

Definition

Get a view by identifier.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackView ^ GetView(Guid id);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackView GetView (Guid id);
abstract member GetView : Guid -> Microsoft.EnterpriseManagement.Configuration.ManagementPackView
Public Function GetView (id As Guid) As ManagementPackView

Parameters

id
Guid

The view identifier.

Returns

The view.

Exceptions

The string resource that is identified by the id parameter does not exist.

Applies to