This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.RefCount Property (ArcObjects .NET 10.5 SDK) |
The number of references to this document on the server.
[Visual Basic .NET] Public Property RefCount As Integer
[C#] public int RefCount {get; set;}
[C++]
HRESULT get_RefCount(
long* pRefCount
);
[C++]
HRESULT put_RefCount(
long pRefCount
);
[C++]
Parameters pRefCount [out, retval] pRefCount is a parameter of type long pRefCount [in] pRefCount is a parameter of type long