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