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)
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.