This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IR > IReplicaDataChanges Interface > IReplicaDataChanges.Workspace Property (ArcObjects .NET 10.5 SDK) |
The workspace holding the replica from which the changes are being reported.
[Visual Basic .NET] Public ReadOnly Property Workspace As IWorkspace
[C#] public IWorkspace Workspace {get;}
[C++]
HRESULT get_Workspace(
IWorkspace** pWorkspace
);
[C++]
Parameters pWorkspace [out, retval]
pWorkspace is a parameter of type IWorkspace
Returns a workspace object which references the replica geodatabase that is the source of the changes.