Share via


UserIdentity.Item Property (String)

 

Gets the UserToken for the key.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public object this[
    string key
] { get; }
public:
property Object^ default[
    String^ key
] {
    Object^ get(String^ key);
}
Public ReadOnly Property Item (
    key As String
) As Object

Parameters

Property Value

Type: System.Object

A UserToken object.

See Also

UserIdentity Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top