ArcObjects Library Reference (GeoDatabase)  

IReplica2.SibMyGenNumber Property

The generation number that the sibling thinks is my generation number.

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

Parameters

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

Product Availability

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

See Also

IReplica2 Interface