This document is archived and information here might be outdated. Recommended version. |
A singular or plural description of the type of workspace the workspace factory opens.
[Visual Basic .NET]
Public Function get_WorkspaceDescription ( _
ByVal plural As Boolean _
) As String
[C#]
public string get_WorkspaceDescription (
bool plural
);
[C++]
HRESULT get_WorkspaceDescription(
VARIANT_BOOL plural,
System.String* wksDesc
);
[C++] Parameters plural [in]
plural is a parameter of type bool wksDesc [out, retval]
wksDesc is a parameter of type BSTR*
Returns a description of the data source�s workspace, such as "StreetMap Workspace".