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