Share via


SubscriptionResource.IsUseable Property

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

Syntax

'Declaration
Public Property IsUseable As Boolean
public bool IsUseable { get; set; }
public:
virtual property bool IsUseable {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract IsUseable : bool with get, set 
override IsUseable : bool with get, set
final function get IsUseable () : boolean 
final function set IsUseable (value : boolean)

Property Value

Type: System.Boolean

Implements

ISubscriptionResource.IsUseable

.NET Framework Security

See Also

Reference

SubscriptionResource Class

Microsoft.VisualStudio.Services.Commerce Namespace