Share via


SPDiagnosticsItem.Id property

Gets the unique ID for the item.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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