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


IReplicaEdit2.SibMyGenNumber Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaEdit2 Interface > IReplicaEdit2.SibMyGenNumber Property
ArcGIS Developer Help

IReplicaEdit2.SibMyGenNumber Property

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

[Visual Basic .NET]
Public WriteOnly Property SibMyGenNumber
[C#]
public void SibMyGenNumber {set;}
[C++]
HRESULT put_SibMyGenNumber(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

See Also

IReplicaEdit2 Interface