Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Public Property ChangesetCreationDate As DateTime
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
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.