SignedDataBlock.XPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the XPath expression for the set of data that is represented by the SignedDataBlock object.
public:
abstract property System::Xml::XPath::XPathExpression ^ XPath { System::Xml::XPath::XPathExpression ^ get(); };
public abstract System.Xml.XPath.XPathExpression XPath { get; }
member this.XPath : System.Xml.XPath.XPathExpression
Public MustOverride ReadOnly Property XPath As XPathExpression
Property Value
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.