Share via


SignatureSetup.SigningInstructions Property

Gets or sets the instructions for signing the document. Read/write.

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

Syntax

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

value = instance.SigningInstructions

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

Property Value

Type: System.String
String

See Also

Reference

SignatureSetup Interface

SignatureSetup Members

Microsoft.Office.Core Namespace