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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.