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/WriteQualifiers: NoneCapabilities of the proxy management point.
- Name
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe name of the proxy management point.
- Protocol
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe network protocol used by the proxy management point.
- SiteCode
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe site code of the site for the proxy management point.
- State
- Data type: StringAccess type: Read/WriteQualifiers: NoneThe state of the proxy management point.
- Version
- Data type: UInt32Access type: Read/WriteQualifiers: NoneThe 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.
See Also
Send comments about this topic to Microsoft.