EnterpriseManagementObject.ManagementPackClassIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.