Gets the DN for the normalization rule instance.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
DN 
As 
String
C#
public 
string 
DN { 
get; }
Visual C++
public:
property 
String^ 
DN {
	
String^ 
get ();
}
JavaScript
function get_
DN();

See Also