Gets the enumerable list of Rule DNs.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
RulesDNList 
As 
ICollection(
Of 
String)
C#
public 
ICollection<
string> 
RulesDNList { 
get; }
Visual C++
public:
property 
ICollection<
String^>^ 
RulesDNList {
	
ICollection<
String^>^ 
get ();
}
JavaScript
function get_
rulesDNList();

See Also