Share via


ManagementPackElementInfo.ElementReference Property

Definition

Gets a reference to the management pack element.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^> ^ ElementReference { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^> ^ get(); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackElement> ElementReference { get; }
member this.ElementReference : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackElement>
Public ReadOnly Property ElementReference As ManagementPackElementReference(Of ManagementPackElement)

Property Value

A ManagementPackElementReference<T> reference to a ManagementPackElement object.

Applies to