ArcFM Responder Mobile Developer Guide
Workspace Property (ServiceManagerExpansion)






The workspace where versions reside
Syntax
'Declaration
 
Public MustOverride WriteOnly Property Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
'Usage
 
Dim instance As ServiceManagerExpansion
 
instance.Workspace = value
public abstract ESRI.ArcGIS.Geodatabase.IWorkspace Workspace {set;}
public write-only property Workspace: ESRI.ArcGIS.Geodatabase.IWorkspace; abstract; 
public __abstract function set Workspace : ESRI.ArcGIS.Geodatabase.IWorkspace
public: __property abstract void set_Workspace( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* value
);
public:
abstract property ESRI.ArcGIS.Geodatabase.IWorkspace^ Workspace {
   void set (    ESRI.ArcGIS.Geodatabase.IWorkspace^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceManagerExpansion Class
ServiceManagerExpansion Members

Send Feedback