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.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public 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,
XmlElementSee Also