FME Server .NET API

IFMEUserToken.LastTokenDate Property

The date for the last token ever created. Note: The Date is the actual Server date/time. If this is the first ever token, then the first token date would equal the last token date. If this user account was updated with a token, then the last token date will be newer than the first token date.

[Visual Basic]
Property LastTokenDate As System.Nullable`1([System.DateTime, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089))
[C#]
System.Nullable`1[[System.DateTime, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] LastTokenDate {get;}

See Also

IFMEUserToken Interface | IFMEUserToken Members | Safe.FMEServer.API.Security Namespace