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