WindowsIdentity.IsSystem プロパティ
アセンブリ: mscorlib (mscorlib.dll 内)


IsSystem プロパティを使用し、ユーザー アカウントがシステムにより System アカウントとして識別されているかどうかを示す値を返すコード例を次に示します。このコード例は、WindowsIdentity クラスのトピックで取り上げているコード例の一部分です。
If (windowsIdentity.IsSystem) Then
if (windowsIdentity.IsSystem)
if ( windowsIdentity->IsSystem )

Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からWindowsIdentity.IsSystem プロパティを検索する場合は、下記のリンクをクリックしてください。

- WindowsIdentity.IsSystem プロパティのページへのリンク