Share via


ManagementPackElementReference<T> Class

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines a reference to a management pack element of type T.

generic <typename T>
 where T : ManagementPackElementpublic ref class ManagementPackElementReference
[System.Serializable]
public class ManagementPackElementReference<T> where T : ManagementPackElement
type ManagementPackElementReference<'T (requires 'T :> ManagementPackElement)> = class
Public Class ManagementPackElementReference(Of T)

Type Parameters

T
Inheritance
ManagementPackElementReference<T>
Derived
Attributes

Properties

Id

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the GUID identifier for the management pack element.

Identifier

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides another format to uniquely identify the management pack element which is different from GUID identifier.

Name

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the name of the management pack element.

Methods

Equals(Object)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Determines whether this object equals the specified object.

GetElement()

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the element that is referenced.

GetHashCode()

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the hash code for this object.

ToString()

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the name of the management pack element that is referenced.

Operators

Implicit(T to ManagementPackElementReference<T>)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Casts an object of type T, which inherits from ManagementPackElement), to a ManagementPackElementReference<T> object.

Applies to