FileTypeSignatures Property
Gets or sets the filetype signatures.
A signature is data used to identify or verify the format (content) of a file.
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 Property Signatures As List(Of FileSignature)
Get
Set
Dim instance As FileType
Dim value As List(Of FileSignature)
value = instance.Signatures
instance.Signatures = value
No code example is currently available or this language may not be supported.
Property Value
ListFileSignature
The filetype signatures.