This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IM > IModifiedClassInfo Interface > IModifiedClassInfo.ParentOwner Property (ArcObjects .NET 10.4 SDK) |
Name of the database user that owns the checked out feature class or table in the master database.
[Visual Basic .NET] Public ReadOnly Property ParentOwner As String
[C#] public string ParentOwner {get;}
[C++]
HRESULT get_ParentOwner(
BSTR* ParentOwner
);
[C++]
Parameters ParentOwner [out, retval] ParentOwner is a parameter of type BSTR
The method returns the string name of the database user that owns replicated data in the parent replica.