This document is archived and information here might be outdated. Recommended version. |
The ID of the replica.
[Visual Basic .NET]
Public Property ID As Integer
[C#]
public int ID {get; set;}
[C++]
HRESULT get_ID(
long ReplicaID
);
[C++]
HRESULT put_ID(
System.Int32* ReplicaID
);
[C++] Parameters ReplicaID [in]
ReplicaID is a parameter of type long ReplicaID [out, retval]
ReplicaID is a parameter of type long*