This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDomain Interface > IDomain.Owner Property (ArcObjects .NET 10.4 SDK) |
The owner of the domain.
[Visual Basic .NET] Public Property Owner As String
[C#] public string Owner {get; set;}
[C++]
HRESULT get_Owner(
BSTR* Owner
);
[C++]
HRESULT put_Owner(
BSTR Owner
);
[C++]
Parameters Owner [out, retval] Owner is a parameter of type BSTR Owner [in] Owner is a parameter of type BSTR