Gets or sets the path to the object config file.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property FileName As String
             
        
            
            'Usage
 
Dim instance As WebScriptControlData
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