Share via


ActivityTemplate.ModifiedBy property

Gets a string value representing the name of the entity that last modified this ActivityTemplate.

Namespace:  Microsoft.Office.Server.ActivityFeed
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property ModifiedBy As String
    Get
    Private Set
'Usage
Dim instance As ActivityTemplate
Dim value As String

value = instance.ModifiedBy
public string ModifiedBy { get; private set; }

Property value

Type: System.String

See also

Reference

ActivityTemplate class

ActivityTemplate members

Microsoft.Office.Server.ActivityFeed namespace