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


IRemoteMetadataName.RefCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.RefCount Property
ArcGIS Developer Help

IRemoteMetadataName.RefCount Property

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(
  System.Int32* pRefCount
);
[C++]
Parameters
pRefCount [in]

pRefCount is a parameter of type long pRefCount [out, retval]
pRefCount is a parameter of type long*

Product Availability

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

See Also

IRemoteMetadataName Interface