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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.