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


IRemoteMetadataName.UserID Property (ArcObjects .NET 10.6 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(
  System.String* pUserID
);
[C++]

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

Product Availability

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

See Also

IRemoteMetadataName Interface