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


IRemoteMetadataName.RefCount Property (ArcObjects .NET 10.5 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(
  long pRefCount
);
[C++]

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

Product Availability

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

See Also

IRemoteMetadataName Interface