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

Data type: UInt32Access type: Read/WriteQualifiers: NoneFor proxy Management Point rotation.
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

Development Requirements

See Also