AifServiceContainer.Instance Property

Gets the instance.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim value As AifServiceContainer

value = AifServiceContainer.Instance

Syntax

'Declaration
Public Shared ReadOnly Property Instance As AifServiceContainer
public static AifServiceContainer Instance { get; }
public:
static property AifServiceContainer^ Instance {
    AifServiceContainer^ get ();
}
/** @property */
public static AifServiceContainer get_Instance ()
public static function get Instance () : AifServiceContainer

Property Value

The instance.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AifServiceContainer Class
AifServiceContainer Members
Microsoft.Uii.AifServices Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.