This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplica Interface > IReplica.Owner Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR* replicaOwner
);
[C++]
Parameters replicaOwner [out, retval] replicaOwner is a parameter of type BSTR
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.