Click or drag to resize

PublicLibraryCatalogLibraryRevisionSignatureUpdate Property

Gets the signature (checksum) update. A signature update is created when the library is updated with a revision object. Only one signature update is allowed. If no update is defined, the value is null.

Namespace: Aml.Engine.Resources
Assembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntax
public string SignatureUpdate { get; set; }

Property Value

String
The signature update
See Also