This object represents the current User. Depending on the user's privacy setting, only limited information may be available.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public User User { get; }
Public ReadOnly Property User As User

Remarks

This is useful for retreiving user information that has been configured globally for the user's account.

See Also