'Declaration
Public ReadOnly Property IsCyclic As Boolean
'Usage
Dim instance As UAContentFilterElement Dim value As Boolean value = instance.IsCyclic
public bool IsCyclic {get;}
Property Value
The default value of this property is False
.
'Declaration
Public ReadOnly Property IsCyclic As Boolean
'Usage
Dim instance As UAContentFilterElement Dim value As Boolean value = instance.IsCyclic
public bool IsCyclic {get;}
The default value of this property is False
.
The getter method of this property is pure, i.e. it does not have observable side effects.