EnterpriseManagementObject.GetProperties Method

Definition

Gets all the properties associated with this monitoring object, including hosting and extension.

public:
 override System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackProperty ^> ^ GetProperties();
public override System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackProperty> GetProperties ();
override this.GetProperties : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackProperty>
Public Overrides Function GetProperties () As IList(Of ManagementPackProperty)

Returns

Returns IList<T>.

All the properties associated with this monitoring object.

Applies to