MSFT_SIPLogVersion class

 
Microsoft Office Live Communications Server 2005 with SP1

MSFT_SIPLogVersion

The MSFT_SIPLogVersion class specifies the version of Live Communications Server Archiving Service.

The following syntax is simplified from MOF code and includes all inherited properties.

class MSFT_SIPLogVersion
{
  [key] string InstanceID;
  uint32 MajorVersion;
  uint32 MinorVersion;
  uint32 WmiSchemaVersion;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPLogVersion class has the following properties.

  • InstanceID
    Data type: [key] string

    A 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: uint32

    The major Live Communications Server version number. The value is is 2.

    This property is read only and cannot be updated.

  • MinorVersion
    Data type: uint32

    The minor Live Communications Server version number. The value is 1.

    This property is read only and cannot be updated.

  • WmiSchemaVersion
    Data type: uint32

    The version of the WMI schema. This property cannot be updated.

Remarks

Instances of 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.