ArcObjects Library Reference (GeoDatabase)  

IWorkspaceName.WorkspaceFactoryProgID Property

The ProgID of the WorkspaceName's workspace factory.

[Visual Basic .NET]
Public Property WorkspaceFactoryProgID As String
[C#]
public string WorkspaceFactoryProgID {get; set;}
[C++]
HRESULT get_WorkspaceFactoryProgID(
  BSTR* progID
);
[C++]
HRESULT put_WorkspaceFactoryProgID(
  BSTR progID
);
[C++]

Parameters

progID [out, retval]   progID is a parameter of type BSTR progID [in]   progID is a parameter of type BSTR

Product Availability

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

Description

The WorkspaceFactoryProgID identifies the ProgID of the WorkspaceFactory object that is used to open that particular workspace.

Here is a list of some of the possible WorkspaceFactoryProgIDs:

See Also

IWorkspaceName Interface