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;
	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: StringAccess type: Read/WriteQualifiers: NoneCapabilities of the local management point.
Index

Data type: UInt32Access type: Read/WriteQualifiers: NoneFor local Management Point rotation.
MasterSiteCode

Data type: StringAccess type: Read/WriteQualifiers: NoneThe master site code for the local management point.
Name

Data type: StringAccess type: Read/WriteQualifiers: NoneThe name of the local management point.
Protocol

Data type: StringAccess type: Read/WriteQualifiers: NoneThe network protocol used for the local management point.
SiteCode

Data type: StringAccess type: Read/WriteQualifiers: NoneThe site code for the site supporting the local management point.
Version

Data type: UInt32Access type: Read/WriteQualifiers: NoneThe version of the local management point.

Requirements

Runtime Requirements

Development Requirements

See Also