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