Sdílet prostřednictvím


ProfileTermsOfService.ActivatedDate Property

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

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

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

ProfileTermsOfService Class

Microsoft.VisualStudio.Services.Profile Namespace