Share via


SignatureSetup.SuggestedSigner Property

Gets or sets the name of the principle signer of the document. Read/write.

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

Syntax

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

value = instance.SuggestedSigner

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

Property Value

Type: System.String
String

See Also

Reference

SignatureSetup Interface

SignatureSetup Members

Microsoft.Office.Core Namespace