SMS_SCI_RoamingBoundary Server 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_SCI_RoamingBoundary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that describes the Configuration Manager site boundary information.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_SCI_RoamingBoundary : SMS_SiteControlItem
{
      String Details[];
      String DisplayNames[];
      UInt32 Filetype;
      UInt32 Flags[];
      Boolean IncludeSiteBoundary;
      String ItemName;
      String Itemtype;
      String SiteCode;
      String Types[];
};

Methods

The SMS_SCI_RoamingBoundary class does not define any methods.

Properties

  • Details
    Data type: String Array

    Access type: Read/Write

    Qualifiers: None

    Array of details specifying the actual value for the roaming boundary.

  • DisplayNames
    Data type: String Array

    Access type: Read/Write

    Qualifiers: None

    Array of display names for each boundary.

  • Flags
    Data type: UInt32 Array

    Access type: Read/Write

    Qualifiers: None

    Array of flags specifying whether the roaming boundary is a fast or slow boundary.

  • IncludeSiteBoundary
    Data type: Boolean

    Access type: Read/Write

    Qualifiers: None

    Deprecated.

  • Itemtype
    Data type: String

    Access type: Read-only

    Qualifiers: [key, read]

    Name of the site control item. See SMS_SiteControlItem Server WMI Class.

    For this class, the item type should always be "Roaming Boundary".

  • Types
    Data type: String Array

    Access type: Read/Write

    Qualifiers: None

    Type of the roaming boundary. Possible values are:

    IP Subnets

    AD Site Name

    IP Ranges

    IPv6 Prefixes

Remarks

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Your application should specify the Details, DisplayNames, Flags, and Types properties as parallel arrays.

See Also

Concepts

Configuration Manager Site Configuration Server WMI Classes
SMS_SiteControlItem Server WMI Class