Share via


SignatureSetup.SuggestedSignerLine2 Property

Gets or sets the second line of suggested signer information (for example, title). Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property SuggestedSignerLine2 As String
    Get
    Set
'Usage
Dim instance As SignatureSetup
Dim value As String

value = instance.SuggestedSignerLine2

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

Property Value

Type: System.String
String

See Also

Reference

SignatureSetup Interface

SignatureSetup Members

Microsoft.Office.Core Namespace