NormalizationRulesInstance.Translation Property
NOTE: This API is now obsolete.
Gets the translation definition 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 Translation As String
Get
'Usage
Dim instance As NormalizationRulesInstance
Dim value As String
value = instance.Translation
[ObsoleteAttribute("This class is obselete.")]
public string Translation { get; }
Property Value
Type: System.String
See Also
Reference
NormalizationRulesInstance Class