SMS_LocalMP Client WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_LocalMP class is a client Windows Management Instrumentation (WMI) class, in Configuration Manager, that represents the local management point.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_LocalMP
{
      String Capabilities;
      String MasterSiteCode;
      String Name;
      String Protocol;
      String SiteCode;
      UInt32 Version;
};

Methods

The SMS_LocalMP class does not define any methods.

Properties

  • Capabilities
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Capabilities of the local management point.

  • MasterSiteCode
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    The master site code for the local management point.

  • Name
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    The name of the local management point.

  • Protocol
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    The network protocol used for the local management point.

  • SiteCode
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    The site code for the site supporting the local management point.

  • Version
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    The version of the local management point.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

Client Framework and Data Transfer Client WMI Classes