Share via


UccPlatform Constructor

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The platform class constructor. The constructor method takes no arguments.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Sub New
public UccPlatform ()
public:
UccPlatform ()
public UccPlatform ()
public function UccPlatform ()

Remarks

This constructor instantiates a new singleton instance of the platform object. Any further calls to this constructor return a reference to the class object created with the initial call to the constructor.

Example

The example code calls the class constructor to create an instance of the UccPlatform class.

UccPlatform platform = new UccPlatform();

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

UccPlatform Class
UccPlatform Members
Microsoft.Office.Interop.UccApi Namespace