Scope.LastModifiedBy property

Gets the name of the user who last modified a scope.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property LastModifiedBy As String
    Get
'Usage
Dim instance As Scope
Dim value As String

value = instance.LastModifiedBy
public string LastModifiedBy { get; }

Property value

Type: System.String
A string containing the name of the last user to modify the scope.

See also

Reference

Scope class

Scope members

Microsoft.Office.Server.Search.Administration namespace