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


IReplica.Owner Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplica Interface > IReplica.Owner Property
ArcGIS Developer Help

IReplica.Owner Property

The database user that owns the replica in the workspace.

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

replicaOwner is a parameter of type BSTR*

Product Availability

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

Remarks

For two way or one way replicas this property returns the owner of the data in the replica database.

For check-out replicas, if the check-out database is a personal or File geodatabase this property returns a blank string. Otherwise it returns the owner of the checked out data in the check-out geodatabase.

 

See Also

IReplica Interface