Share via


ReplicaKeyMap.Count Property

Gets the number of replica key and ID pairs that are contained in the replica key map.

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

Syntax

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

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

Property Value

Type: System.Int32
The number of replica key and ID pairs that are contained in the replica key map.

See Also

Reference

ReplicaKeyMap Class

Microsoft.Synchronization Namespace