Principal.ExtensionSet(String, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
拡張クラスの属性値を設定します。
protected:
void ExtensionSet(System::String ^ attribute, System::Object ^ value);
protected void ExtensionSet(string attribute, object value);
[System.Security.SecurityCritical]
protected void ExtensionSet(string attribute, object value);
member this.ExtensionSet : string * obj -> unit
[<System.Security.SecurityCritical>]
member this.ExtensionSet : string * obj -> unit
Protected Sub ExtensionSet (attribute As String, value As Object)
パラメーター
- attribute
- String
属性の名前。
- value
- Object
属性の値が含まれるオブジェクト。
- 属性
注釈
この関数の例については、「 System.DirectoryServices.AccountManagement プリンシパル拡張機能 」を参照してください。