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