Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.