Project.Object Property

Definition

Gets an interface or object that can be accessed by name at run time.

public:
 property System::Object ^ Object { System::Object ^ get(); };
public:
 property Platform::Object ^ Object { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(205)]
public object Object { [System.Runtime.InteropServices.DispId(205)] get; }
[<System.Runtime.InteropServices.DispId(205)>]
[<get: System.Runtime.InteropServices.DispId(205)>]
member this.Object : obj
Public ReadOnly Property Object As Object

Property Value

An object.

Attributes

Applies to