|
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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public byte[] FileData { get; set; }
Public Property FileData As Byte()
Get
Set
member FileData : byte[] with get, set
function get_FileData();
function set_FileData(value);
View SourceProperty Value
ByteRemarks
Setting value to null will create a zero-length file.
See Also