This document is archived and information here might be outdated.  Recommended version.


ISdeLocator.Owner Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IS > ISdeLocator Interface > ISdeLocator.Owner Property
ArcGIS Developer Help

ISdeLocator.Owner Property

Name of the ArcSDE user who owns the locator.

[Visual Basic .NET]
Public ReadOnly Property Owner As String
[C#]
public string Owner {get;}
[C++]
HRESULT get_Owner(
  System.String* Owner
);
[C++]
Parameters
Owner [out, retval]

Owner is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISdeLocator Interface