'Declaration
<XmlAttributeAttribute("ExternalKey")> Public Overridable Property ExternalKey As String
'Usage
Dim instance As Document Dim value As String instance.ExternalKey = value value = instance.ExternalKey
[XmlAttribute("ExternalKey")] public virtual string ExternalKey {get; set;}
public read-write property ExternalKey: String; virtual;
XmlAttributeAttribute("ExternalKey") public function get,set ExternalKey : String
[XmlAttribute("ExternalKey")] public: __property virtual string* get_ExternalKey(); public: __property virtual void set_ExternalKey( string* value );
[XmlAttribute("ExternalKey")] public: virtual property String^ ExternalKey { String^ get(); void set ( String^ value); }