ArcObjects Library Reference (GeoDatabase)  

IReplicaLog.SourceStartGen Property

Source generation start number.

[Visual Basic .NET]
Public ReadOnly Property SourceStartGen As Integer
[C#]
public int SourceStartGen {get;}
[C++]
HRESULT get_SourceStartGen(
  long* startGen
);
[C++]

Parameters

startGen [out, retval]   startGen is a parameter of type long

Product Availability

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

See Also

IReplicaLog Interface