SPRequestUsageEntry.DocNameAndPath-Eigenschaft
Ruft ab oder legt diesen fest Dokumentpfad der URL für die Anforderung.
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; }
Eigenschaftswert
Typ: System.String
Die URL für die Anforderung.