BranchObject.DateCreated Property

Gets the time and date that the branch was created.

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

Syntax

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

Property Value

Type: System.DateTime
The time and date that the branch was created.

.NET Framework Security

See Also

Reference

BranchObject Class

Microsoft.TeamFoundation.VersionControl.Client Namespace