SPSearchResult.ModifiedByUrl Property
Deprecated. Gets the name of the user who last modified the item specified by the URL of its display form.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ModifiedByUrl As String
Get
'Usage
Dim instance As SPSearchResult
Dim value As String
value = instance.ModifiedByUrl
public string ModifiedByUrl { get; }
Property Value
Type: System.String
A string that contains the user name.