Annotation.LastModifiedDate Property
UTC DateTime of when this annotation was last modified
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property LastModifiedDate As DateTime
public DateTime LastModifiedDate { get; set; }
public:
property DateTime LastModifiedDate {
DateTime get ();
void set (DateTime value);
}
member LastModifiedDate : DateTime with get, set
function get LastModifiedDate () : DateTime
function set LastModifiedDate (value : 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.