MSFT_SIPApplicationElement class
Microsoft Office Live Communications Server 2005 with SP1 |
MSFT_SIPApplicationElement
The MSFT_SIPApplicationElement class specifies an application instance running on a Live Communications Server and provides a means to determine whether the application is running.
The following syntax is simplified from MOF code and includes all inherited properties.
class MSFT_SIPApplicationElement
{
[key] string InstanceID;
boolean Running;
};
Methods
This class does not define any methods.
Properties
The MSFT_SIPApplicationElement class has the following properties.
InstanceID
Data type: [key] stringA GUID value that uniquely identifies a SIP application.
This property cannot be set on creation. It is set when a corresponding instance of MSFT_SIPApplicationSetting is created.
Running
Data type: booleanIf
true
, the application has established a link with the URI specified in the corresponding MSFT_SIPApplicationSetting instance. Iffalse
, it has not, and the application cannot be verified as running.This property can be updated.
Remarks
Available actions for an instance of this class:
- Creation: The administrator cannot create instances of this class. The provider creates instances when an instance of MSFT_SIPApplicationSetting is added.
- Updates: The administrator cannot update instances of this class.
- Deletion: The administrator cannot delete instances of this class. The provider deletes instances when an instance of MSFT_SIPApplicationSetting is deleted.
Requirements
Server: Installed on Windows Server 2003 with Live Communications Server 2005 with SP1.
Namespace: Defined in \root\cimv2.
See Also
MSFT_SIPApplicationSetting, MSFT_SIPApplicationPriorityList, Live Communications Server WMI Reference
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |