PresenceActivity.CustomTokens Property
Gets the list of localized strings for the activity.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property CustomTokens As Collection(Of LocalizedString)
Get
'Usage
Dim instance As PresenceActivity
Dim value As Collection(Of LocalizedString)
value = instance.CustomTokens
public Collection<LocalizedString> CustomTokens { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<LocalizedString>