View3.SignatureLines Property
Gets a reference to the SignatureLinesCollection associated with the current view.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
ReadOnly Property SignatureLines As SignatureLinesCollection
Get
'Usage
Dim instance As View3
Dim value As SignatureLinesCollection
value = instance.SignatureLines
SignatureLinesCollection SignatureLines { get; }
Property Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.SignatureLinesCollection
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.