Selerix Developer Tools
FileName Property (PortfolioLogoRequest)






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

Property Value

file name
See Also

Reference

PortfolioLogoRequest Class
PortfolioLogoRequest Members