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


IGPReplicaOptions.IsChildFirstSender Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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