Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ApplicationUserCollection Class / Item Property / Item(Guid) Property
The Guid ID of the desired ApplicationUser.

In This Topic
    Item(Guid) Property
    In This Topic
    Gets a ApplicationUser item with a specified Guid ID.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal id As Guid _
    ) As ApplicationUser
    public ApplicationUser Item( 
       Guid id
    ) {get;}

    Parameters

    id
    The Guid ID of the desired ApplicationUser.

    Property Value

    The ApplicationUser item with the specified Guid ID.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also