Signature.ExpireDate Property

Returns an Object representing the date on which the digital signature that corresponds to the Signature object will expire.

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

Syntax

'Declaration
ReadOnly Property ExpireDate As Object
    Get
'Usage
Dim instance As Signature
Dim value As Object

value = instance.ExpireDate
Object ExpireDate { get; }

Property Value

Type: System.Object

See Also

Reference

Signature Interface

Signature Members

Microsoft.Office.Core Namespace