Share via


UserTermsOfService.LatestTermsOfService Property

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Services.Profile.ProfileTermsOfService

.NET Framework Security

See Also

Reference

UserTermsOfService Class

Microsoft.VisualStudio.Services.Profile Namespace