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: String

    Access type: Read/Write

    Qualifiers: None

    Capabilities of the proxy management point.

  • 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.

See Also

Concepts

Client Framework and Data Transfer Client WMI Classes