In This Topic
Indicates whether this profile represents the System account on Windows.
Syntax
'Declaration
Public ReadOnly Property IsLocalSystem As Boolean
public bool IsLocalSystem {get;}
public:
property bool IsLocalSystem {
bool get();
}
See Also