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(
  VARIANT_BOOL childIsFirstSender
);
[C++]

Parameters

childIsFirstSender [out, retval]   childIsFirstSender is a parameter of type VARIANT_BOOL childIsFirstSender [in]   childIsFirstSender is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPReplicaOptions Interface