[XmlAttributeAttribute]
public string documentation { get; set; }
<XmlAttributeAttribute>
Public Property documentation As String
Get
Set
public:
[XmlAttributeAttribute]
property String^ documentation {
String^ get ();
void set (String^ value);
}
[<XmlAttributeAttribute>]
member documentation : string with get, set