Share via


AccountLicenseInfo.ConsumedCount Property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ConsumedCount As Integer
[DataMemberAttribute]
public int ConsumedCount { get; set; }
[DataMemberAttribute]
public:
property int ConsumedCount {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member ConsumedCount : int with get, set
function get ConsumedCount () : int 
function set ConsumedCount (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

AccountLicenseInfo Class

Microsoft.VisualStudio.Services.Account Namespace