This document is archived and information here might be outdated. Recommended version. |
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*