FileBackedDictionaryTKey, TValueSignature Property

Gets or sets the signature of the file backing the lookup table.

Definition

Namespace: Gemstone.IO.Collections
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.110 -- Release Build+5f28d91246fb64a1bf6c938596f3050396eb7eba
public byte[] Signature { get; set; }

Property Value

Byte

Exceptions

ArgumentNullExceptionAttempt is made to set Signature to a null value.
ArgumentExceptionAttempt is made to set Signature to a value larger than the maximum allowed size.
NotSupportedExceptionAttempt is made to modify Signature of a read-only lookup table.

See Also