The browse name of the dataset.
[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* Name
);
[C++] HRESULT put_BrowseName( BSTR Name);
Parameters
Name [out, retval]
Name is a parameter of type BSTR
Name [in]
Name is a parameter of type BSTR