This document is archived and information here might be outdated. Recommended version. |
ArcIMS authenticated user owning metadata document.
[Visual Basic .NET]
Public Property Owner As String
[C#]
public string Owner {get; set;}
[C++]
HRESULT get_Owner(
BSTR pOwner
);
[C++]
HRESULT put_Owner(
System.String* pOwner
);
[C++] Parameters pOwner [in]
pOwner is a parameter of type BSTR pOwner [out, retval]
pOwner is a parameter of type BSTR*