UCBase.IsLoaded Property
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property IsLoaded As Boolean
Get
'Usage
Dim instance As UCBase
Dim value As Boolean
value = instance.IsLoaded
public bool IsLoaded { get; }
Property Value
Type: System.Boolean