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


IRemoteMetadataName.UserID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IRemoteMetadataName.UserID Property

Unique id (UUID) of metadata document.

[Visual Basic .NET]
Public Property UserID As String
[C#]
public string UserID {get; set;}
[C++]
HRESULT get_UserID(
  BSTR* pUserID
);
[C++]
HRESULT put_UserID(
  BSTR pUserID
);
[C++]

Parameters pUserID [out, retval] pUserID is a parameter of type BSTR pUserID [in] pUserID is a parameter of type BSTR

Product Availability

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

See Also

IRemoteMetadataName Interface