Changeset.CreationDate Property
Gets or sets the creation date of this changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property CreationDate As DateTime
public DateTime CreationDate { get; set; }
public:
property DateTime CreationDate {
DateTime get ();
void set (DateTime value);
}
member CreationDate : DateTime with get, set
function get CreationDate () : DateTime
function set CreationDate (value : DateTime)
Property Value
Type: System.DateTime
The creation date of this changeset.
.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.