NET Caching Library Help
FilePath Property




KellermanSoftware.NetCachingLibrary Namespace > Logger Class : FilePath Property
Property Get/Set for File Path
Syntax
'Declaration
 
Public Shared Property FilePath As System.String
'Usage
 
Dim value As System.String
 
Logger.FilePath = value
 
value = Logger.FilePath
public static System.string FilePath {get; set;}
public: __property static System.string* get_FilePath();
public: __property static void set_FilePath( 
   System.string* value
);
public:
static property System.String^ FilePath {
   System.String^ get();
   void set (    System.String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Logger Class
Logger Members