List.Separator property
Gets or sets a string value that should be used to separate items in the feed display.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property Separator As String
Get
Set
'Usage
Dim instance As List
Dim value As String
value = instance.Separator
instance.Separator = value
public string Separator { get; set; }
Property value
Type: System.String