DatabaseInformation.CreateDate Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property CreateDate As DateTime
public DateTime CreateDate { get; set; }
public:
property DateTime CreateDate {
    DateTime get ();
    void set (DateTime value);
}
member CreateDate : DateTime with get, set
function get CreateDate () : DateTime 
function set CreateDate (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

DatabaseInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace