SubscriptionResource.IsPaidBillingEnabled Property
Namespace: Microsoft.VisualStudio.Services.Commerce
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property IsPaidBillingEnabled As Boolean
public bool IsPaidBillingEnabled { get; set; }
public:
virtual property bool IsPaidBillingEnabled {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsPaidBillingEnabled : bool with get, set
override IsPaidBillingEnabled : bool with get, set
final function get IsPaidBillingEnabled () : boolean
final function set IsPaidBillingEnabled (value : boolean)
Property Value
Type: System.Boolean
Implements
ISubscriptionResource.IsPaidBillingEnabled
.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.