 | PublicLibraryCatalogLibraryVersionSignature Property |
Gets the signature (checksum) used to validate the library content
Namespace: Aml.Engine.ResourcesAssembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntaxpublic string Signature { get; set; }
Public Property Signature As String
Get
Set
public:
property String^ Signature {
String^ get ();
void set (String^ value);
}
Property Value
String
The signature
See Also