EnterpriseManagementObject.ManagementPackClassIds Property

Definition

Gets the class IDs for this object.

public:
 property System::Collections::Generic::IList<Guid> ^ ManagementPackClassIds { System::Collections::Generic::IList<Guid> ^ get(); };
public System.Collections.Generic.IList<Guid> ManagementPackClassIds { get; }
member this.ManagementPackClassIds : System.Collections.Generic.IList<Guid>
Public ReadOnly Property ManagementPackClassIds As IList(Of Guid)

Property Value

Returns IList<T>.

The class IDs for this object.

Applies to