SMS_MPProxyInformation 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_MPProxyInformation class is a client Windows Management Instrumentation (WMI) class, in Configuration Manager, that represents information about a proxy management point.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_MPProxyInformation
{
String Capabilities;
String Name;
String Protocol;
String SiteCode;
String State;
UInt32 Version;
};
Methods
The SMS_MPProxyInformation class does not define any methods.
Properties
Capabilities
Data type: StringAccess type: Read/Write
Qualifiers: None
Capabilities of the proxy management point.
Name
Data type: StringAccess type: Read/Write
Qualifiers: None
The name of the proxy management point.
Protocol
Data type: StringAccess type: Read/Write
Qualifiers: None
The network protocol used by the proxy management point.
SiteCode
Data type: StringAccess type: Read/Write
Qualifiers: None
The site code of the site for the proxy management point.
State
Data type: StringAccess type: Read/Write
Qualifiers: None
The state of the proxy management point.
Version
Data type: UInt32Access type: Read/Write
Qualifiers: None
The version of the proxy 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.