Selerix Developer Tools
ExternalKey Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Document Class : ExternalKey Property
Gets or sets the external key.
Syntax
'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);
}

Property Value

The external key.
See Also

Reference

Document Class
Document Members