Edit

Share via


SMS_LocalMP Client WMI Class

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.

Syntax

Class SMS_LocalMP
{
      String Capabilities;
      UInt32 Index;
      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.

Index Data type: UInt32

Access type: Read/Write

Qualifiers: None

For local Management Point rotation.

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

Client Framework and Data Transfer Client WMI Classes