VersionControlBranchVisualizerBranch.Created Property
Get the date/time created
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Property Created As DateTime
public DateTime Created { get; internal set; }
public:
property DateTime Created {
DateTime get ();
internal: void set (DateTime value);
}
member Created : DateTime with get, internal set
function get Created () : DateTime
internal function set Created (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.
See Also
Reference
VersionControlBranchVisualizerBranch Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace