Principal.ExtensionGet(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.