Share via


SPClientServiceRequestUsageEntry.RequestId property

Gets or sets the client-side object model request ID.

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

Syntax

'Declaration
Public Property RequestId As Guid
    Get
    Set
'Usage
Dim instance As SPClientServiceRequestUsageEntry
Dim value As Guid

value = instance.RequestId

instance.RequestId = value
public Guid RequestId { get; set; }

Property value

Type: System.Guid

See also

Reference

SPClientServiceRequestUsageEntry class

SPClientServiceRequestUsageEntry members

Microsoft.SharePoint.Administration namespace