InstanceEntry.RefCount Property
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Property RefCount As Integer
Get
Set
'Usage
Dim instance As InstanceEntry
Dim value As Integer
value = instance.RefCount
instance.RefCount = value
public int RefCount { get; set; }
Property Value
Type: System.Int32
See Also