NormalizationRulesInstance.Translation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the translation definition for the normalization rule instance.
public:
property System::String ^ Translation { System::String ^ get(); };
public string Translation { get; }
member this.Translation : string
Public ReadOnly Property Translation As String