Share via


ManagementPack.GetRule(String) Method

Definition

Retrieves the specified rule from the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackRule ^ GetRule(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackRule GetRule (string name);
member this.GetRule : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackRule
Public Function GetRule (name As String) As ManagementPackRule

Parameters

name
String

The name of the rule.

Returns

The specified rule.

Applies to