ArcObjects Library Reference  (GeoDatabase)    

IWorkspaceName.BrowseName Property

The browse name of the WorkspaceName.

[Visual Basic 6.0]
Property BrowseName As String
[Visual Basic .NET]
Public Property BrowseName As String
[C#]
public string BrowseName {get; set;}
[Java]
public String getBrowseName()
throws
    IOException,
    AutomationException
[Java]
public void setBrowseName(
String BrowseName
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_BrowseName(
  BSTR* BrowseName
);
[C++]
HRESULT put_BrowseName(
  BSTR BrowseName

);

[C++]

Parameters

BrowseName [out, retval]

  BrowseName is a parameter of type BSTR

BrowseName [in]

  BrowseName is a parameter of type BSTR

Product Availability

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

See Also

IWorkspaceName Interface

 


Feedback Send feedback on this page