Gets or sets the Synonym3.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DataMemberAttribute(Order = )] [XmlAttributeAttribute] public string Synonym3 { get; set; }
<DataMemberAttribute(Order := )> _ <XmlAttributeAttribute> _ Public Property Synonym3 As String
[DataMemberAttribute(Order = )] [XmlAttributeAttribute] public: property String^ Synonym3 { String^ get (); void set (String^ value); }