 | 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.ResourcesAssembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntaxpublic string SignatureUpdate { get; set; }
Public Property SignatureUpdate As String
Get
Set
public:
property String^ SignatureUpdate {
String^ get ();
void set (String^ value);
}
Property Value
String
The signature update
See Also