IsSystem Property
Description
Checks if the specified setting is built-in and read-only.
Property type
Read-only property
Syntax
Visual Basic
Public Property IsSystem( _
   ByVal Name As String _
) As Boolean
Parameters
Name
The name of the setting item.
Remarks

System settings cannot be changed by the user.

Settings created by the user are not system settings.

See Also