ManagementPackType.GetProperties Method

Definition

Retrieves the list of properties for this object.

Overloads

GetProperties(BaseClassTraversalDepth)

Retrieves the list of properties for this object.

GetProperties()

Retrieves the list of properties for this object.

GetProperties(BaseClassTraversalDepth)

Retrieves the list of properties for this object.

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

Parameters

traversalDepth
BaseClassTraversalDepth

Defines the level of depth that a method should traverse when returning objects.

Returns

Returns IList<T>.

The list of properties for this object.

Applies to

GetProperties()

Retrieves the list of properties for this object.

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

Returns

Returns IList<T>.

The list of properties for this object.

Applies to