Sdílet prostřednictvím


ClientRight.LicenseFallbackDescription Property

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

Syntax

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

Property Value

Type: System.String

Implements

IClientRight.LicenseFallbackDescription

.NET Framework Security

See Also

Reference

ClientRight Class

Microsoft.VisualStudio.Services.Licensing Namespace