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
- 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.