Share via


VssJsonCollectionWrapperBase.Count Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

VssJsonCollectionWrapperBase Class

Microsoft.VisualStudio.Services.WebApi Namespace