Principal.ExtensionSet(String, Object) Metodo

Definizione

Imposta il valore di un attributo in una classe estesa.

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)

Parametri

attribute
String

Nome dell'attributo.

value
Object

Oggetto che contiene il valore dell'attributo.

Attributi

Commenti

Per un esempio di questa funzione, vedere System.DirectoryServices.AccountManagement Principal Extensions .

Si applica a

Vedi anche