Count Property

Gets the number of columns that have been explicitly added to the set.

Namespace:  Microsoft.Dynamics.Commerce.Runtime
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As ColumnSet
Dim value As Integer

value = instance.Count
public int Count { get; }
public:
property int Count {
    int get ();
}

Property Value

Type: System.Int32
Returns Int32.

See Also

Reference

ColumnSet Class

Microsoft.Dynamics.Commerce.Runtime Namespace