Principal.ExtensionSet(String, Object) Metoda

Definice

Nastaví hodnotu atributu v rozšířené třídě.

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)

Parametry

attribute
String

Název atributu

value
Object

Objekt, který obsahuje hodnotu atributu.

Atributy

Poznámky

Příklad této funkce najdete v tématu System.DirectoryServices.AccountManagement Principal Extensions .

Platí pro

Viz také