ArcObjects Library Reference (GeoDatabase)  

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