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
- 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.
See Also
Reference
VersionControlHistoryChangesetItem Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace