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