ActivityEvent.TemplateVariable Property
Gets a string value that represents an XML document that contains properties from the ActivityTemplateVariable object that can be used as substitution values in a template format that is defined in the SimpleTemplateFormat object.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property TemplateVariable As String
Get
Private Set
'Usage
Dim instance As ActivityEvent
Dim value As String
value = instance.TemplateVariable
public string TemplateVariable { get; private set; }
Property Value
Type: System.String