ScopeDisplayGroup.LastModifiedBy Property

Gets the name of the user who last modified the display group.

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 ScopeDisplayGroup
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 display group.

See Also

Reference

ScopeDisplayGroup Class

ScopeDisplayGroup Members

Microsoft.Office.Server.Search.Administration Namespace