'Declaration
Public ReadOnly Property IsVolatile As Boolean
'Usage
Dim instance As ExternalVariable Dim value As Boolean value = instance.IsVolatile
public bool IsVolatile {get;}
Property Value
true
if this external variable is volatile; otherwise, false
.