public bool IsAuthenticated { get; }
Public ReadOnly Property IsAuthenticated As Boolean
Get
public:
virtual property bool IsAuthenticated {
bool get () sealed;
}
abstract IsAuthenticated : bool with get
override IsAuthenticated : bool with get