Selerix Developer Tools
FileName Property (Attachment)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Attachment Class : FileName Property
Path to object config file.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property FileName As String
'Usage
 
Dim instance As Attachment
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
[XmlIgnore()]
public string FileName {get; set;}
public read-write property FileName: String; 
XmlIgnoreAttribute()
public function get,set FileName : String
[XmlIgnore()]
public: __property string* get_FileName();
public: __property void set_FileName( 
   string* value
);
[XmlIgnore()]
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Attachment Class
Attachment Members