FormatWideCommand.Property Property

Definition

Positional parameter for properties, property sets and table sets specified on the command line. The parameter is optional, since the defaults will be determined using property sets, etc.

public:
 property System::Object ^ Property { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ Property { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object Property { get; set; }
[System.Management.Automation.Parameter(Position=0)]
public object Property { get; set; }
member this.Property : obj with get, set
[<System.Management.Automation.Parameter(Position=0)>]
member this.Property : obj with get, set
Public Property Property As Object

Property Value

Attributes

Applies to