DiscussionThread.SavedDate Property
The DateTime of when the discussion was saved locally.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public ReadOnly Property SavedDate As DateTime
public DateTime SavedDate { get; }
public:
property DateTime SavedDate {
DateTime get ();
}
member SavedDate : DateTime with get
function get SavedDate () : 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.