Windward Engine API Reference
ExpiresOn Property
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.authentication Namespace > AuthenticationToken Class : ExpiresOn Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Property ExpiresOn As DateTimeOffset
Visual Basic (Usage)Copy Code
Dim instance As AuthenticationToken
Dim value As DateTimeOffset
 
instance.ExpiresOn = value
 
value = instance.ExpiresOn
C# 
public DateTimeOffset ExpiresOn {get; set;}
Managed Extensions for C++ 
public: __property DateTimeOffset get_ExpiresOn();
public: __property void set_ExpiresOn( 
   DateTimeOffset value
);
C++/CLI 
public:
property DateTimeOffset ExpiresOn {
   DateTimeOffset get();
   void set (    DateTimeOffset value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.