ArcObjects Library Reference (GISClient)  

IRemoteMetadataName.ParentUserID Property

Unique id (UUID) of parent of metadata document.

[Visual Basic .NET]
Public Property ParentUserID As String
[C#]
public string ParentUserID {get; set;}
[C++]
HRESULT get_ParentUserID(
  BSTR* pUserID
);
[C++]
HRESULT put_ParentUserID(
  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