This document is archived and information here might be outdated. Recommended version. |
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(
System.String* pUserID
);
[C++] Parameters pUserID [in]
pUserID is a parameter of type BSTR pUserID [out, retval]
pUserID is a parameter of type BSTR*