Share via


KeyAttributes.Updated Property

 

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

public Nullable<DateTime> Updated { get; }
public:
property Nullable<DateTime> Updated {
    Nullable<DateTime> get();
}
member Updated : Nullable<DateTime> with get
Public ReadOnly Property Updated As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

The last updated time in UTC.

See Also

KeyAttributes Class
Microsoft.Azure.KeyVault Namespace

Return to top