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


IGPReplicaOptions.IsChildFirstSender Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaOptions Interface > IGPReplicaOptions.IsChildFirstSender Property
ArcGIS Developer Help

IGPReplicaOptions.IsChildFirstSender Property

Indicates if the child replica will be the first sender.

[Visual Basic .NET]
Public Property IsChildFirstSender As Boolean
[C#]
public bool IsChildFirstSender {get; set;}
[C++]
HRESULT get_IsChildFirstSender(
  VARIANT_BOOL childIsFirstSender
);
[C++]
HRESULT put_IsChildFirstSender(
  Boolean* childIsFirstSender
);
[C++]
Parameters
childIsFirstSender [in]

childIsFirstSender is a parameter of type bool childIsFirstSender [out, retval]
childIsFirstSender is a parameter of type bool*

Product Availability

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

See Also

IGPReplicaOptions Interface