SignedDataBlock.Caption Property (Microsoft.Office.InfoPath)

Gets the signature confirmation message defined for the set of signable data represented by the SignedDataBlock object.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Caption As String
'Usage
Dim instance As SignedDataBlock
Dim value As String

value = instance.Caption
public abstract string Caption { get; }

Property Value

The signature confirmation message defined for the set of signable data represented by the SignedDataBlock object.

Remarks

If the form template is configured to enable digital signatures for specific data in the form, the value of the Caption property corresponds to the value entered in the Signature confirmation message box of the Set of Signable Data dialog box when the set of signable data was defined in the form template.

If the form template is configured to enable digital signatures for the entire form, the Caption property will always return "Verify that the form or section you are signing is correct, as well as the additional information that will be stored with your signature".

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