SubscriptionResource.IncludedQuantity Property

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

Syntax

'Declaration
Public Property IncludedQuantity As Integer
public int IncludedQuantity { get; set; }
public:
virtual property int IncludedQuantity {
    int get () sealed;
    void set (int value) sealed;
}
abstract IncludedQuantity : int with get, set 
override IncludedQuantity : int with get, set
final function get IncludedQuantity () : int 
final function set IncludedQuantity (value : int)

Property Value

Type: System.Int32

Implements

ISubscriptionResource.IncludedQuantity

.NET Framework Security

See Also

Reference

SubscriptionResource Class

Microsoft.VisualStudio.Services.Commerce Namespace