| Visual Basic (Declaration) | |
|---|---|
Public Shared ReadOnly Property Instance As QueueManager | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As QueueManager value = QueueManager.Instance | |
| C# | |
|---|---|
public static QueueManager Instance {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property static QueueManager* get_Instance(); | |
| C++/CLI | |
|---|---|
public: static property QueueManager^ Instance { QueueManager^ get(); } | |
Property Value
Type: QueueManager The shared object of the QueueManagerTarget Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code