ArcObjects Library Reference  (GeoDatabase)    

IWorkspaceExtension.Name Property

The Name for this Workspace Extension.

[Visual Basic 6.0]
Property Name As String
[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[Java]
public String getName()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Name(
  BSTR* pName
);
[C++]

Parameters

pName [out, retval]

  pName is a parameter of type BSTR

Product Availability

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

Remarks

The Name property is the name of the extension.

See Also

IWorkspaceExtension Interface

 


Feedback Send feedback on this page