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
'Usage
Dim instance As FilterKeyMap
Dim value As UInteger
value = instance.Count
public uint Count { get; }
public:
property unsigned int Count {
unsigned int get ();
}
/** @property */
public UInt32 get_Count ()
public function get Count () : uint
Property Value
The number of filters in the map.
See Also
Reference
FilterKeyMap Class
FilterKeyMap Members
Microsoft.Synchronization Namespace