Share via


ManagementPack.GetFactType(String) Method

Definition

Retrieves a fact type by using a name.

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

Parameters

name
String

The fact type name.

Returns

The named fact type.

Applies to