VssOAuthToken.Expiration Property
The expiration time of the token
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Expiration As DateTime
public DateTime Expiration { get; }
public:
property DateTime Expiration {
DateTime get ();
}
member Expiration : DateTime with get
function get Expiration () : DateTime
Property Value
Type: System.DateTime
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.