UserTermsOfService.CurrentAcceptedTermsOfServiceDate Property
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CurrentAcceptedTermsOfServiceDate As DateTimeOffset
[DataMemberAttribute]
public DateTimeOffset CurrentAcceptedTermsOfServiceDate { get; set; }
[DataMemberAttribute]
public:
property DateTimeOffset CurrentAcceptedTermsOfServiceDate {
DateTimeOffset get ();
void set (DateTimeOffset value);
}
[<DataMemberAttribute>]
member CurrentAcceptedTermsOfServiceDate : DateTimeOffset with get, set
function get CurrentAcceptedTermsOfServiceDate () : DateTimeOffset
function set CurrentAcceptedTermsOfServiceDate (value : DateTimeOffset)
Property Value
Type: System.DateTimeOffset
.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.