Share via


Profile.TermsOfServiceVersion Property

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

Syntax

'Declaration
Public Property TermsOfServiceVersion As Integer
public int TermsOfServiceVersion { get; set; }
public:
property int TermsOfServiceVersion {
    int get ();
    void set (int value);
}
member TermsOfServiceVersion : int with get, set
function get TermsOfServiceVersion () : int 
function set TermsOfServiceVersion (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

Profile Class

Microsoft.VisualStudio.Services.Profile Namespace