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


ISdeLocator.Owner Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

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(
  BSTR* 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