| 
            
              InterprocessCacheFileData Property
             | 
          
        
        
            Gets or sets file data for the cache to be saved or that has been loaded.
            
        
        Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic byte[] FileData { get; set; }Public Property FileData As Byte()
	Get
	Set
public:
property array<unsigned char>^ FileData {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}member FileData : byte[] with get, set
function get_FileData();
function set_FileData(value);
 View SourceProperty Value
Byte
Remarks
            Setting value to null will create a zero-length file.
            
See Also