Share via


SignatureSetup.ShowSignDate Property

Gets or sets a Boolean value indicating whether the date the document was signed should be displayed. Read/write.

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

Syntax

'Declaration
Property ShowSignDate As Boolean
    Get
    Set
'Usage
Dim instance As SignatureSetup
Dim value As Boolean

value = instance.ShowSignDate

instance.ShowSignDate = value
bool ShowSignDate { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

SignatureSetup Interface

SignatureSetup Members

Microsoft.Office.Core Namespace