SignatureLine.SuggestedSignerTitle property

Gets or sets the title of the suggested signer that is displayed in the control.

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

Syntax

'Declaration
Property SuggestedSignerTitle As String
    Get
    Set
'Usage
Dim instance As SignatureLine
Dim value As String

value = instance.SuggestedSignerTitle

instance.SuggestedSignerTitle = value
string SuggestedSignerTitle { get; set; }

Property value

Type: System.String
The title of the suggested signer.

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.

See also

Reference

SignatureLine interface

SignatureLine members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace