Share via


SignedDataBlock.XPath Property (Microsoft.Office.InfoPath)

Gets the XPath expression for the set of signable 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
'Usage
Dim instance As SignedDataBlock
Dim value As XPathExpression

value = instance.XPath
public abstract XPathExpression XPath { get; }

Property Value

The XPath expression for the set of signable 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 signable 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 Office InfoPath 2007.

See Also

Reference

SignedDataBlock Class
SignedDataBlock Members
Microsoft.Office.InfoPath Namespace