AccessControlEntry.EntryType プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)

アクセス権トラスティ適用する方法を示す値を取得または設定します

名前空間: System.Messaging
アセンブリ: System.Messaging (system.messaging.dll 内)
構文構文

Visual Basic (宣言)

Public Property EntryType As AccessControlEntryType

Visual Basic (使用法)

Dim instance As AccessControlEntry Dim value As AccessControlEntryType

value = instance.EntryType

instance.EntryType = value

C#

public AccessControlEntryType EntryType { get; set; }

C++

public: property AccessControlEntryType EntryType { AccessControlEntryType get (); void set (AccessControlEntryType value); }

J#

/** @property */ public AccessControlEntryType get_EntryType ()

/** @property */ public void set_EntryType (AccessControlEntryType value)

JScript

public function get EntryType () : AccessControlEntryType

public function set EntryType (value : AccessControlEntryType)

プロパティ
指定した権利について許可拒否設定、または取り消しのどれを行うかを指定する AccessControlEntryType 値の 1 つ既定値Allow です。

例外例外

例外種類 条件
InvalidEnumArgumentException エントリ種類が、有効な AccessControlEntryType 列挙値ではありません。

.NET Framework のセキュリティ.NET Frameworkセキュリティ

プラットフォームプラットフォーム

Windows 98, 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 によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.01.11.0

参照参照

関連項目
AccessControlEntry クラス
AccessControlEntry メンバ
System.Messaging 名前空間