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


IRemoteMetadataName.RefCount Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GISClient)  

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