Property representing the current user's Vault connection state. Returns true if the current user is logged in.
Namespace: Autodesk.iLogic.Vault
Assembly: Autodesk.iLogic.Vault (in Autodesk.iLogic.Vault.dll) Version: 29.0
Syntax
VB
Public ReadOnly Property LoggedIn As Boolean Get
C#
public bool LoggedIn { get; }