View.SignatureLines property

Gets a reference to the SignatureLineCollection associated with the current view.

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property SignatureLines As SignatureLineCollection
    Get
'Usage
Dim instance As View
Dim value As SignatureLineCollection

value = instance.SignatureLines
public virtual SignatureLineCollection SignatureLines { get; }

Property value

Type: Microsoft.Office.InfoPath.SignatureLineCollection
An object that represents the set of Signature Line controls in the current view.

Remarks

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.

See also

Reference

View class

View members

Microsoft.Office.InfoPath namespace