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