IsSynchronized Property (Elements)
In This Topic
Internal use only.
Syntax
'Declaration
Public ReadOnly Property IsSynchronized As Boolean
'Usage
Dim instance As Elements
Dim value As Boolean
value = instance.IsSynchronized
public bool IsSynchronized {get;}
See Also