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
- 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.