ReferenceSourceCount Property
In This Topic
Gets the reference source count.
Syntax
'Declaration
ReadOnly Property ReferenceSourceCount As Integer
'Usage
Dim instance As IValue
Dim value As Integer
value = instance.ReferenceSourceCount
int ReferenceSourceCount {get;}
Property Value
An integer values represents the reference source count.
See Also