Picture Property (PSObject)
In This Topic
Gets or sets an image for this element.
Syntax
'Declaration
Public Overrides Property Picture As Image
'Usage
Dim instance As PSObject
Dim value As Image
instance.Picture = value
value = instance.Picture
public override Image Picture {get; set;}
See Also