ObjectBase.Property Property

Definition

Gets or Sets the Properties that would be used for Grouping, Sorting and Comparison.

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

Applies to