ServerConfiguration.ElementList Property
NOTE: This API is now obsolete.
Gets the list of all elements available in this server configuration group.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property is obselete. Please use Properties dictionary instead.")> _
Public ReadOnly Property ElementList As StringDictionary
Get
'Usage
Dim instance As ServerConfiguration
Dim value As StringDictionary
value = instance.ElementList
[ObsoleteAttribute("This property is obselete. Please use Properties dictionary instead.")]
public StringDictionary ElementList { get; }
Property Value
Type: System.Collections.Specialized.StringDictionary