Sdílet prostřednictvím


ProfileTermsOfService.TermsOfServiceUrl Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProfileTermsOfService Class

Microsoft.VisualStudio.Services.Profile Namespace