SPDiagnosticsItem.MessageId Property

Gets the integer value representing the index in the message table corresponding to this item.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property MessageId As UInteger
    Get
'Usage
Dim instance As SPDiagnosticsItem
Dim value As UInteger

value = instance.MessageId
public uint MessageId { get; }

Property Value

Type: System.UInt32
Returns UInt32.

See Also

Reference

SPDiagnosticsItem Class

SPDiagnosticsItem Members

Microsoft.SharePoint.Administration Namespace