CanPrint Property (PSObject)
Gets or sets whether the container is allowed to print the object.
public virtual bool CanPrint {get; set;}
'Declaration
Public Overridable Property CanPrint As Boolean
'Usage
Dim instance As PSObject
Dim value As Boolean
instance.CanPrint = value
value = instance.CanPrint