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