SMS_MPProxyInformation Client WMI Class
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.
Syntax
Class SMS_MPProxyInformation
{
String Capabilities;
UInt32 Index;
String Name;
String Protocol;
String SiteCode;
String State;
UInt32 Version;
};
Methods
The SMS_MPProxyInformation
class does not define any methods.
Properties
Capabilities
Data type: String
Access type: Read/Write
Qualifiers: None
Capabilities of the proxy management point.
Index
Data type: UInt32
Access type: Read/Write
Qualifiers: None
For proxy Management Point rotation.
Name
Data type: String
Access type: Read/Write
Qualifiers: None
The name of the proxy management point.
Protocol
Data type: String
Access type: Read/Write
Qualifiers: None
The network protocol used by the proxy management point.
SiteCode
Data type: String
Access type: Read/Write
Qualifiers: None
The site code of the site for the proxy management point.
State
Data type: String
Access type: Read/Write
Qualifiers: None
The state of the proxy management point.
Version
Data type: UInt32
Access 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.