Share via


ClientRight.LicenseUrl Property

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

Syntax

'Declaration
Public Property LicenseUrl As String
public string LicenseUrl { get; set; }
public:
virtual property String^ LicenseUrl {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract LicenseUrl : string with get, set 
override LicenseUrl : string with get, set
final function get LicenseUrl () : String 
final function set LicenseUrl (value : String)

Property Value

Type: System.String

Implements

IClientRight.LicenseUrl

.NET Framework Security

See Also

Reference

ClientRight Class

Microsoft.VisualStudio.Services.Licensing Namespace