ActiveDirectoryMembershipUser.LastActivityDate Property
Assembly: System.Web (in system.web.dll)
/** @property */ public DateTime get_LastActivityDate () /** @property */ public void set_LastActivityDate (DateTime value)
public override function get LastActivityDate () : DateTime public override function set LastActivityDate (value : DateTime)
Property Value
Always throws a NotSupportedException exception.The LastActivityDate property is not supported by the ActiveDirectoryMembershipUser class. Attempting to get or set the value will always throw a NotSupportedException.
The following code example demonstrates how to determine whether the underlying type of a membership user is ActiveDirectoryMembershipUser, and to avoid throwing a NotSupportedException for accessing the LastActivityDate property. For the full code required to run the example, see the Example section of the ActiveDirectoryMembershipUser class overview topic.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.