Account.CreatedDate Property
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property CreatedDate As DateTime
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public DateTime CreatedDate { get; internal set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property DateTime CreatedDate {
DateTime get ();
internal: void set (DateTime value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member CreatedDate : DateTime with get, internal set
function get CreatedDate () : DateTime
internal function set CreatedDate (value : DateTime)
Property Value
Type: System.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.