Visible Property (PSObject)
In This Topic
Gets or sets whether the object is visible.
Syntax
'Declaration
Public Overrides Property Visible As Boolean
'Usage
Dim instance As PSObject
Dim value As Boolean
instance.Visible = value
value = instance.Visible
public override bool Visible {get; set;}
See Also