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


IReplicaMessageHandler.ReplicaGuid Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IR > IReplicaMessageHandler Interface > IReplicaMessageHandler.ReplicaGuid Property
ArcGIS Developer Help

IReplicaMessageHandler.ReplicaGuid Property

Replica guid.

[Visual Basic .NET]
Public ReadOnly Property ReplicaGuid As String
[C#]
public string ReplicaGuid {get;}
[C++]
HRESULT get_ReplicaGuid(
  System.String* GUID
);
[C++]
Parameters
GUID [out, retval]

GUID is a parameter of type BSTR*

Product Availability

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

Remarks

This property returns the Replica Guid contained in the Message initialized with the ReplicaMessageHandler object.

See Also

IReplicaMessageHandler Interface