SignedDataBlock.XPath Property
Gets the XPath expression for the set of data that is represented by the SignedDataBlock object.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property XPath As XPathExpression
Get
'Usage
Dim instance As SignedDataBlock
Dim value As XPathExpression
value = instance.XPath
public abstract XPathExpression XPath { get; }
Property Value
Type: System.Xml.XPath.XPathExpression
The XPath expression for the set of data that is represented by the SignedDataBlock object.
Remarks
The value of the XPath property corresponds to the XPath expression that was specified in the Fields and groups to be signed box in the Set of Signable Data dialog box when the set of data was defined in the form template.
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.