Share via


ManagementPackFactTypeOutrigger Class

Definition

Represents a management pack fact type outrigger.

public ref class ManagementPackFactTypeOutrigger : Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackOutriggerType ^>
[System.Serializable]
public class ManagementPackFactTypeOutrigger : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackOutriggerType>
type ManagementPackFactTypeOutrigger = class
    inherit ManagementPackElementReference<ManagementPackOutriggerType>
Public Class ManagementPackFactTypeOutrigger
Inherits ManagementPackElementReference(Of ManagementPackOutriggerType)
Inheritance
Attributes

Constructors

ManagementPackFactTypeOutrigger(ManagementPack, String, String)

Initializes a new instance of the ManagementPackFactTypeOutrigger class by using a parent management pack, an alias of the management pack, and an identifier.

Properties

Alias

Gets or sets the alias for the management pack.

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.

(Inherited from ManagementPackElementReference<T>)
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.

(Inherited from ManagementPackElementReference<T>)
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.

(Inherited from ManagementPackElementReference<T>)
Nullable

Gets or sets a value indicating whether this management pack can take a null value.

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.

(Inherited from ManagementPackElementReference<T>)
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.

(Inherited from ManagementPackElementReference<T>)
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.

(Inherited from ManagementPackElementReference<T>)
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.

(Inherited from ManagementPackElementReference<T>)

Applies to