LocationProfileInstance.RulesDNList Property
NOTE: This API is now obsolete.
Gets the enumerable list of Rule DNs.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obselete.")> _
Public ReadOnly Property RulesDNList As ICollection(Of String)
Get
'Usage
Dim instance As LocationProfileInstance
Dim value As ICollection(Of String)
value = instance.RulesDNList
[ObsoleteAttribute("This class is obselete.")]
public ICollection<string> RulesDNList { get; }
Property Value
Type: System.Collections.Generic.ICollection<String>