ReferenceCount Property (ConditionalObject)
Gets the total number of references.
public int ReferenceCount {get;}
'Declaration
Public ReadOnly Property ReferenceCount As Integer
'Usage
Dim instance As ConditionalObject
Dim value As Integer
value = instance.ReferenceCount
Property Value
An integer value represents the total number of references.