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