Click or drag to resize
StaMaStateMachineTemplateSignature Property
Gets a hash signature for the state machine structure.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public string Signature { get; }

Property Value

Type: String
A String as calculated by the SerializationSignatureGenerator. Returns Empty if the SerializationSignatureGenerator has been set null.
See Also