ObjectBase.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.
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