Share via


EnterpriseManagementRelationshipObject<T>.GetProperties Method

Definition

Gets a list of all properties associated with this relationship.

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

The list of properties.

Applies to