Selerix Developer Tools
FileName Property (Presentation)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Presentation Class : FileName Property
Gets or sets the path to the object config file.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property FileName As String
'Usage
 
Dim instance As Presentation
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
[XmlAttribute()]
public string FileName {get; set;}
public read-write property FileName: String; 
XmlAttributeAttribute()
public function get,set FileName : String
[XmlAttribute()]
public: __property string* get_FileName();
public: __property void set_FileName( 
   string* value
);
[XmlAttribute()]
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

The config file name.
See Also

Reference

Presentation Class
Presentation Members