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


IReplicaMessageHandler.ReplicaGuid Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IReplicaMessageHandler.ReplicaGuid Property

Replica guid.

[Visual Basic .NET]
Public ReadOnly Property ReplicaGuid As String
[C#]
public string ReplicaGuid {get;}
[C++]
HRESULT get_ReplicaGuid(
  BSTR* 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