This document is archived and information here might be outdated.  Recommended version.


IGPReplicaDescription.SingleGeneration Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDescription Interface > IGPReplicaDescription.SingleGeneration Property
ArcGIS Developer Help

IGPReplicaDescription.SingleGeneration Property

Indicates if the replica is a check-out.

[Visual Basic .NET]
Public Property SingleGeneration As Boolean
[C#]
public bool SingleGeneration {get; set;}
[C++]
HRESULT get_SingleGeneration(
  VARIANT_BOOL SingleGeneration
);
[C++]
HRESULT put_SingleGeneration(
  Boolean* SingleGeneration
);
[C++]
Parameters
SingleGeneration [in]

SingleGeneration is a parameter of type bool SingleGeneration [out, retval]
SingleGeneration is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Returns TRUE if the replica is a check-out replica (single generation replica).  Returns FALSE if replica is either a two way or one way replica.

See Also

IGPReplicaDescription Interface