OpenAuthAccountData.LastUsedUtc Property

.NET Framework 4

Namespace:  Microsoft.AspNet.Membership.OpenAuth
Assembly:  Microsoft.AspNet.Membership.OpenAuth (in Microsoft.AspNet.Membership.OpenAuth.dll)

Syntax

'Declaration
Public Property LastUsedUtc As Nullable(Of DateTime)
    Get 
    Private Set
'Usage
Dim instance As OpenAuthAccountData 
Dim value As Nullable(Of DateTime)

value = instance.LastUsedUtc
public Nullable<DateTime> LastUsedUtc { get; private set; }
public:
property Nullable<DateTime> LastUsedUtc {
    Nullable<DateTime> get ();
    private: void set (Nullable<DateTime> value);
}
member LastUsedUtc : Nullable<DateTime> with get, private set
function get LastUsedUtc () : Nullable<DateTime>
private function set LastUsedUtc (value : Nullable<DateTime>)

Property Value

Type: System.Nullable<DateTime>

See Also

Reference

OpenAuthAccountData Class

Microsoft.AspNet.Membership.OpenAuth Namespace