Principal.ExtensionSet(String, Object) メソッド

定義

拡張クラスの属性値を設定します。

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 プリンシパル拡張機能 」を参照してください。

適用対象

こちらもご覧ください