ManagementPackClass.Extension Property

Definition

Gets or sets the value that indicates whether the class extends or derives from the base class.

public:
 property bool Extension { bool get(); void set(bool value); };
[Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMapping("Extension")]
public bool Extension { get; set; }
member this.Extension : bool with get, set
Public Property Extension As Boolean

Property Value

true if the management pack contains the extension; otherwise, false.

Attributes

Applies to