Principal.ExtensionGet(String) Method

Definition

Retrieves an attribute of an extended class object.

protected:
 cli::array <System::Object ^> ^ ExtensionGet(System::String ^ attribute);
protected object[] ExtensionGet (string attribute);
[System.Security.SecurityCritical]
protected object[] ExtensionGet (string attribute);
member this.ExtensionGet : string -> obj[]
[<System.Security.SecurityCritical>]
member this.ExtensionGet : string -> obj[]
Protected Function ExtensionGet (attribute As String) As Object()

Parameters

attribute
String

The name of the attribute to retrieve.

Returns

Object[]

Returns an array of objects, or null if no attribute exists with that name. See System.DirectoryServices.AccountManagement Principal Extensions for an example on using this function.

Attributes

Applies to