RulesDNList Property

Enumerable list of Rule DNs.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property RulesDNList As ICollection(Of String)
    Get
'Usage
Dim instance As LocationProfileInstance
Dim value As ICollection(Of String)

value = instance.RulesDNList
public ICollection<string> RulesDNList { get; }

Property Value

Type: System.Collections.Generic..::..ICollection<(Of <(<'String>)>)>

See Also

Reference

LocationProfileInstance Class

LocationProfileInstance Members

Microsoft.Rtc.Collaboration.Presence Namespace