ArcObjects Library Reference (GeoDatabase)  

IGPReplica.GUID Property

The guid of the replica.

[Visual Basic .NET]
Public Property GUID As String
[C#]
public string GUID {get; set;}
[C++]
HRESULT get_GUID(
  BSTR* GUID
);
[C++]
HRESULT put_GUID(
  BSTR GUID
);
[C++]

Parameters

GUID [out, retval]   GUID is a parameter of type BSTR GUID [in]   GUID is a parameter of type BSTR

Product Availability

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

See Also

IGPReplica Interface