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