Share via


FilterKeyMap.Count Property

Gets the number of filters in the map.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property Count As UInteger
    Get
'Usage
Dim instance As FilterKeyMap
Dim value As UInteger

value = instance.Count
public uint Count { get; }
public:
property unsigned int Count {
    unsigned int get ();
}
member Count : uint32
function get Count () : uint

Property Value

Type: System.UInt32
The number of filters in the map.

See Also

Reference

FilterKeyMap Class

Microsoft.Synchronization Namespace