The SMS_Boundary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a boundary defined within the hierarchy.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_Boundary : SMS_BaseClass { UInt32 BoundaryFlags; UInt32 BoundaryID; UInt32 BoundaryType; String CreatedBy; DateTime CreatedOn; String DefaultSiteCode[]; String DisplayName; UInt32 GroupCount; String ModifiedBy; DateTime ModifiedOn; String SiteSystems[]; String Value; }; |
Methods
The SMS_Boundary class does not define any methods.
Properties
- BoundaryFlags
- Data type: UInt32Access type: Read/Write Qualifiers:
noneThis property is obsolete, use the Flags property in
SMS_BoundaryGroupSiteSystems instead.Specifies the
connection type of the boundary. Possible values are:
0
FAST
1
SLOW
- BoundaryID
- Data type: UInt32Access type: Read/Write Qualifiers: [key]Unique identifier of the boundary.
- BoundaryType
- Data type: UInt32Access type: Read/Write Qualifiers:
[enumeration]Boundary type.
0
IPSUBNET
1
ADSITE
2
IPV6PREFIX
3
IPRANGE
- CreatedBy
- Data type: StringAccess type: Read-only Qualifiers: [read]User that created the boundary.
- CreatedOn
- Data type: DateTimeAccess type: Read-only Qualifiers: [read]Date the boundary was created.
- DefaultSiteCode
- Data type: String Array Access type: Read-only Qualifiers: [read]Site code new clients will be auto assigned to.
- DisplayName
- Data type: StringAccess type: Read/Write Qualifiers: noneDisplay name of the boundary.
- GroupCount
- Data type: UInt32Access type: Read-only Qualifiers: [read]Count of boundary groups that have this boundary.
- ModifiedBy
- Data type: StringAccess type: Read-only Qualifiers: [read]User that last modified the boundary.
- ModifiedOn
- Data type: DateTimeAccess type: Read-only Qualifiers: [read]Date the boundary was last modified.
- SiteSystems
- Data type: String Array Access type: Read-only Qualifiers: [read]Site system machines within the boundary.
- Value
- Data type: StringAccess type: Read/Write Qualifiers: noneBoundary value.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.