Share via


CheckinEvent.ChangesetCreationDate Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'宣言
Public Property ChangesetCreationDate As DateTime
    Get
    Set
public DateTime ChangesetCreationDate { get; set; }
public:
property DateTime ChangesetCreationDate {
    DateTime get ();
    void set (DateTime value);
}
member ChangesetCreationDate : DateTime with get, set
function get ChangesetCreationDate () : DateTime
function set ChangesetCreationDate (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

CheckinEvent Class

Microsoft.TeamFoundation.VersionControl.Common Namespace