CatalogItemList.Count Property
Optional. Gets or sets the count of items in the list.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public int Count { get; set; }
public:
property int Count {
int get();
void set(int value);
}
member Count : int with get, set
Public Property Count As Integer
Property Value
Type: System.Int32
See Also
CatalogItemList Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top