LegacyDiscussionThread.LastUpdatedDate Property
Namespace: Microsoft.TeamFoundation.Discussion.Server
Assembly: Microsoft.TeamFoundation.Discussion.Server (in Microsoft.TeamFoundation.Discussion.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property LastUpdatedDate As DateTime
[ClientPropertyAttribute(ClientVisibility.Private)]
public DateTime LastUpdatedDate { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property DateTime LastUpdatedDate {
DateTime get ();
void set (DateTime value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member LastUpdatedDate : DateTime with get, set
function get LastUpdatedDate () : DateTime
function set LastUpdatedDate (value : DateTime)
Property Value
Type: System.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.