ArcObjects Library Reference (GeoDatabaseDistributed)  

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