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 ArrayAccess type: Read/WriteQualifiers: NoneArray of details specifying the actual value for the roaming boundary.
DisplayNames


Data type: String ArrayAccess type: Read/WriteQualifiers: NoneArray of display names for each boundary.
Filetype


Data type: UInt32Access type: Read/WriteQualifiers: [key, enumeration:ToSubClass] Type of site control file. See SMS_SiteControlItem Server WMI Class.
Flags


Data type: UInt32 ArrayAccess type: Read/WriteQualifiers: NoneArray of flags specifying whether the roaming boundary is a fast or slow boundary.
IncludeSiteBoundary


Data type: BooleanAccess type: Read/WriteQualifiers: NoneDeprecated.
ItemName


Data type: StringAccess type: Read-onlyQualifiers: [key, read]See SMS_SiteControlItem Server WMI Class.
Itemtype


Data type: StringAccess type: Read-onlyQualifiers: [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".
SiteCode


Data type: StringAccess type: Read Only Qualifiers: [key, SizeLimit("3")]See SMS_SiteControlItem Server WMI Class.
Types


Data type: String ArrayAccess type: Read/WriteQualifiers: NoneType 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


Send comments about this topic to Microsoft.