ArcObjects Library Reference (GeoDatabase)  

IReplica2.MyGenerationNumber Property

The generation number for a replica.

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

Parameters

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

Product Availability

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

See Also

IReplica2 Interface