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