ManagementPackType.GetKeyProperties Method

Definition

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

Overloads

GetKeyProperties()

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

GetKeyProperties(BaseClassTraversalDepth)

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

GetKeyProperties()

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

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

Returns

Returns IList<T>.

The list of properties that are keys for this object.

Applies to

GetKeyProperties(BaseClassTraversalDepth)

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

public:
 virtual System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackProperty ^> ^ GetKeyProperties(Microsoft::EnterpriseManagement::Configuration::BaseClassTraversalDepth traversalDepth);
public virtual System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackProperty> GetKeyProperties (Microsoft.EnterpriseManagement.Configuration.BaseClassTraversalDepth traversalDepth);
abstract member GetKeyProperties : Microsoft.EnterpriseManagement.Configuration.BaseClassTraversalDepth -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackProperty>
override this.GetKeyProperties : Microsoft.EnterpriseManagement.Configuration.BaseClassTraversalDepth -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackProperty>
Public Overridable 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

Returns IList<T>.

The list of properties that are keys for this object.

Applies to