This document is archived and information here might be outdated. Recommended version. |
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(
System.String* GUID
);
[C++] Parameters GUID [in]
GUID is a parameter of type BSTR GUID [out, retval]
GUID is a parameter of type BSTR*