This document is archived and information here might be outdated. Recommended version. |
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*
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.