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