NormalizationRulesInstance.DN Property
NOTE: This API is now obsolete.
Gets the DN for the normalization rule instance.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obselete.")> _
Public ReadOnly Property DN As String
Get
'Usage
Dim instance As NormalizationRulesInstance
Dim value As String
value = instance.DN
[ObsoleteAttribute("This class is obselete.")]
public string DN { get; }
Property Value
Type: System.String
See Also
Reference
NormalizationRulesInstance Class