Selerix Developer Tools
ExternalName Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Document Class : ExternalName Property
Gets or sets the external name.
Syntax
'Declaration
 
<XmlAttributeAttribute("ExternalName")>
Public Overridable Property ExternalName As String
'Usage
 
Dim instance As Document
Dim value As String
 
instance.ExternalName = value
 
value = instance.ExternalName
[XmlAttribute("ExternalName")]
public virtual string ExternalName {get; set;}
public read-write property ExternalName: String; virtual; 
XmlAttributeAttribute("ExternalName")
public function get,set ExternalName : String
[XmlAttribute("ExternalName")]
public: __property virtual string* get_ExternalName();
public: __property virtual void set_ExternalName( 
   string* value
);
[XmlAttribute("ExternalName")]
public:
virtual property String^ ExternalName {
   String^ get();
   void set (    String^ value);
}

Property Value

The external name.
See Also

Reference

Document Class
Document Members