| WorkflowPageXmlSignatures Property  | 
            A collection of XmlElement which are the signatures of the previous actions.
            The first key is the signature Id and the second key is the index of the action.
            
 
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic Dictionary<string, SortedDictionary<int, XmlElement>> XmlSignatures { get; }Public ReadOnly Property XmlSignatures As Dictionary(Of String, SortedDictionary(Of Integer, XmlElement))
	Get
Property Value
Type: 
DictionaryString, 
SortedDictionaryInt32, 
XmlElement
See Also