Share via


Account.CreatedDate Property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property CreatedDate As DateTime
[DataMemberAttribute]
public DateTime CreatedDate { get; set; }
[DataMemberAttribute]
public:
property DateTime CreatedDate {
    DateTime get ();
    void set (DateTime value);
}
[<DataMemberAttribute>]
member CreatedDate : DateTime with get, set
function get CreatedDate () : DateTime 
function set CreatedDate (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

Account Class

Microsoft.VisualStudio.Services.Account Namespace