SPRequestUsageEntry.DocNameAndPath property

Gets or sets the document path of the URL for the request.

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

Syntax

'Declaration
Public Property DocNameAndPath As String
    Get
    Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As String

value = instance.DocNameAndPath

instance.DocNameAndPath = value
public string DocNameAndPath { get; set; }

Property value

Type: System.String
The URL for the request.

See also

Reference

SPRequestUsageEntry class

SPRequestUsageEntry members

Microsoft.SharePoint.Administration namespace