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


IModifiedClassInfo.ParentOwner Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IM > IModifiedClassInfo Interface > IModifiedClassInfo.ParentOwner Property
ArcGIS Developer Help

IModifiedClassInfo.ParentOwner Property

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(
  System.String* ParentOwner
);
[C++]
Parameters
ParentOwner [out, retval]

ParentOwner is a parameter of type BSTR*

Product Availability

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

Remarks

The method returns the string name of the database user that owns replicated data in the parent replica.

See Also

IModifiedClassInfo Interface