ArcObjects Library Reference (GISClient)  

ISDSDataSourceMappingInfo.ServerName Property

The server name.

[Visual Basic .NET]
Public Property ServerName As String
[C#]
public string ServerName {get; set;}
[C++]
HRESULT get_ServerName(
  BSTR* pServerName
);
[C++]
HRESULT put_ServerName(
  BSTR pServerName
);
[C++]

Parameters

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

Product Availability

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

See Also

ISDSDataSourceMappingInfo Interface