'Declaration
Public Overridable ReadOnly Property IsClsCompliant As Boolean
'Usage
Dim instance As UADataVariable Dim value As Boolean value = instance.IsClsCompliant
public virtual bool IsClsCompliant {get;}
Property Value
true
if the type of the variable is CLS-compliant; otherwise, false
.
The default value of this property is True
.