ArcObjects Library Reference (GeoDatabase)  

IWorkspaceHelper.Workspace Property

The workspace for this workspace helper.

[Visual Basic .NET]
Public ReadOnly Property Workspace As IWorkspace
[C#]
public IWorkspace Workspace {get;}
[C++]
HRESULT get_Workspace(
  IWorkspace** ppWorkspace
);
[C++]

Parameters

ppWorkspace [out, retval]

  ppWorkspace is a parameter of type IWorkspace

Product Availability

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

See Also

IWorkspaceHelper Interface

.NET Samples

Extending the replication synchronization process (Code Files: RasterSyncWorkspaceExtension)

.NET Related Topics

Using replica creation events to extend the replica creation process