Click or drag to resize

DefaultReplicaDataReplicaById Property

Namespace:  SoftGear.Strix.Client.Replica
Assembly:  strix-client-csharp-replica (in strix-client-csharp-replica.dll) Version: 2.3.0
Syntax
C#
public virtual IDictionary<long, Replica> ReplicaById { get; set; }

Property Value

Type: IDictionaryInt64, Replica

Implements

IReplicaDataReplicaById
See Also