FileSignatureSignature Property
Gets or sets the signature.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public byte?[] Signature { get; set; }
Public Property Signature As Byte?()
Get
Set
Dim instance As FileSignature
Dim value As Byte?()
value = instance.Signature
instance.Signature = value
public:
property array<Nullable<unsigned char>>^ Signature {
array<Nullable<unsigned char>>^ get ();
void set (array<Nullable<unsigned char>>^ value);
}
member Signature : Nullable<byte>[] with get, set
No code example is currently available or this language may not be supported.
Property Value
NullableByte
The signature.