SPDiagnosticsItem.Id Property

Gets the unique ID for the item.

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

Syntax

'Declaration
Public Property Id As UInteger
    Get
    Friend Set
'Usage
Dim instance As SPDiagnosticsItem
Dim value As UInteger

value = instance.Id
public uint Id { get; internal set; }

Property Value

Type: System.UInt32
The unique ID for the item.

See Also

Reference

SPDiagnosticsItem Class

SPDiagnosticsItem Members

Microsoft.SharePoint.Administration Namespace