NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WindowsIdentity.IsSystem

Indicates whether the user account is identified as a System account by the system.

[Visual Basic]
Overridable Public ReadOnly Property IsSystem As Boolean
[C#]
public bool IsSystem {virtual get;}
[C++]
public: __property virtual bool get_IsSystem();
[JScript]
public function get IsSystem() : Boolean;

Property Value

True if the user account is a System account.

See Also

WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace