AccessControlEntry.EntryType プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
アクセス権をトラスティに適用する方法を示す値を取得または設定します。
名前空間: System.Messaging
アセンブリ: System.Messaging (system.messaging.dll 内)
構文
Public Property EntryType As AccessControlEntryType
Dim instance As AccessControlEntry Dim value As AccessControlEntryType
value = instance.EntryType
instance.EntryType = value
public AccessControlEntryType EntryType { get; set; }
public: property AccessControlEntryType EntryType { AccessControlEntryType get (); void set (AccessControlEntryType value); }
/** @property */ public AccessControlEntryType get_EntryType ()
/** @property */ public void set_EntryType (AccessControlEntryType value)
public function get EntryType () : AccessControlEntryType
public function set EntryType (value : AccessControlEntryType)
プロパティ値
指定した権利について許可、拒否、設定、または取り消しのどれを行うかを指定する AccessControlEntryType 値の 1 つ。既定値は Allow です。
| 例外の種類 | 条件 |
|---|---|
| InvalidEnumArgumentException | エントリの種類が、有効な AccessControlEntryType 列挙値ではありません。 |
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.0、1.1、1.0
関連項目
AccessControlEntry クラス
AccessControlEntry メンバ
System.Messaging 名前空間