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(
VARIANT_BOOL SingleGeneration
);
[C++]Parameters
SingleGeneration [out, retval] SingleGeneration is a parameter of type VARIANT_BOOL SingleGeneration [in] SingleGeneration is a parameter of type VARIANT_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.