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