DiscussionThread.LastUpdatedDate Property
Time when the discussion is last updated on this client. This property only is updated when the client polls for updates.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public ReadOnly Property LastUpdatedDate As DateTime
public DateTime LastUpdatedDate { get; }
public:
property DateTime LastUpdatedDate {
DateTime get ();
}
member LastUpdatedDate : DateTime with get
function get LastUpdatedDate () : DateTime
Property Value
Type: System.DateTime
Returns 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.