Share via


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

See Also

Reference

SubscriptionResource Class

Microsoft.VisualStudio.Services.Commerce Namespace