MSFT_SIPVersion class
Microsoft Office Live Communications Server 2005 with SP1 |
MSFT_SIPVersion
The MSFT_SIPVersion class specifies the version of Live Communications Server.
The following syntax is simplified from MOF code and includes all inherited properties.
class MSFT_SIPVersion
{
[key] string InstanceID;
uint32 MajorVersion;
uint32 MinorVersion;
uint32 WmiSchemaVersion;
};
Methods
This class does not define any methods.
Properties
The MSFT_SIPVersion class has the following properties.
InstanceID
Data type: [key] stringA GUID value that uniquely identifies the version object. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".
This property cannot be updated.
MajorVersion
Data type: uint32The major Live Communications Server version number. This property cannot be NULL. The default value is is 2.
This property is read only and cannot be updated.
MinorVersion
Data type: uint32The minor Live Communications Server version number. This property cannot be NULL. The default value is 1.
This property is read only and cannot be updated.
WmiSchemaVersion
Data type: uint32The version of the WMI schema. This property cannot be updated.
Remarks
This class cannot be created, updated, or deleted.
Requirements
Server: Installed on Windows Server 2003 with Live Communications Server 2005 with SP1.
Namespace: Defined in \root\cimv2.
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |