Share via


ManagementPackSubElementReference<T,V>.ElementReference Property

Definition

Gets a reference to the management pack element that contains this object.

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

Property Value

Returns a ManagementPackElementReference<T> reference to an object of type T.

A reference to the management pack element that contains this object.

Applies to