次の方法で共有


WindowsIdentity.IsSystem プロパティ

システムによってユーザー アカウントが System アカウントとして識別されているかどうかを示す値を取得します。

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

プロパティ値

ユーザー アカウントが System アカウントである場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows NT Server 4.0, Windows NT Workstation 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

WindowsIdentity クラス | WindowsIdentity メンバ | System.Security.Principal 名前空間