Share via


ManagementPackView.Visible Property

Definition

Gets or sets a value that indicates whether the view is visible to outside management packs.

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

Property Value

true if this view is visible to outside management packs; otherwise, false.

Attributes

Applies to