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


IReplicaDataChanges.Workspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IR > IReplicaDataChanges Interface > IReplicaDataChanges.Workspace Property
ArcGIS Developer Help

IReplicaDataChanges.Workspace Property

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

Product Availability

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

Remarks

Returns a workspace object which references the replica geodatabase that is the source of the changes.

See Also

IReplicaDataChanges Interface