FormatCustomCommand.Property Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 cli::array <System::Object ^> ^ Property { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public:
property Platform::Array <Platform::Object ^> ^ Property { Platform::Array <Platform::Object ^> ^ get(); void set(Platform::Array <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
Object[]
- Attributes