VssJsonCollectionWrapperBase.Count Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.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.Common Namespace