VersionControlHistoryChangesetItem.CreationDate Property

Get the changeset creation date.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property CreationDate As DateTime
public DateTime CreationDate { get; }
public:
property DateTime CreationDate {
    DateTime get ();
}
member CreationDate : DateTime with get
function get CreationDate () : DateTime

Property Value

Type: System.DateTime
Returns DateTime.

.NET Framework Security

See Also

Reference

VersionControlHistoryChangesetItem Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace