ManagementPackRelationship.GetKeyProperties Method

Definition

Retrieves the list of properties that are keys for this ManagementPackRelationship object.

Overloads

GetKeyProperties()

Retrieves the list of properties that are keys for this ManagementPackRelationship object.

GetKeyProperties(BaseClassTraversalDepth)

Retrieves the list of properties that are keys for this ManagementPackRelationship object. It will return a list of properties found at any level in the inheritance tree.

GetKeyProperties()

Retrieves the list of properties that are keys for this ManagementPackRelationship object.

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

Returns

The list of properties.

Applies to

GetKeyProperties(BaseClassTraversalDepth)

Retrieves the list of properties that are keys for this ManagementPackRelationship object. It will return a list of properties found at any level in the inheritance tree.

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

Parameters

traversalDepth
BaseClassTraversalDepth

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

Returns

The list of properties.

Applies to