GlobalObject.Instance 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 an on-demand created instance of the global object.
public:
property System::Object ^ Instance { System::Object ^ get(); };
public:
property Platform::Object ^ Instance { Platform::Object ^ get(); };
public object Instance { get; }
member this.Instance : obj
Public ReadOnly Property Instance As Object
Property Value
An Object that represents an instance of the global object class.
Exceptions
The resulting instance is not serializable, which indicates an incorrect implementation.