SimplifiedArchiveInitializerSettingsMetadata Property
Gets or sets the metadata to be written to the archive.
Namespace: SnapDB.Snap.Services.WriterAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public byte[]? Metadata { get; set; }
Public Property Metadata As Byte()
Get
Set
public:
property array<unsigned char>^ Metadata {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
function get_Metadata();
function set_Metadata(value);
Property Value
Byte