Share via


AccountLicenseInfo.InUseCount Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

AccountLicenseInfo Class

Microsoft.VisualStudio.Services.Account Namespace