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