Share

iLogicVaultClass.LoggedIn Property

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: 30.0

Syntax

VB

Public ReadOnly Property LoggedIn As Boolean
	Get

C#

public bool LoggedIn { get; }

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?