This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > IThreadedOperationParameters Interface > IThreadedOperationParameters.ServerName Property (ArcObjects .NET 10.5 SDK) |
The URL to the server object name where parts of the operation may be remotely executed.
[Visual Basic .NET] Public Property ServerName As String
[C#] public string ServerName {get; set;}
[C++]
HRESULT get_ServerName(
BSTR* pServerUrl
);
[C++]
HRESULT put_ServerName(
BSTR pServerUrl
);
[C++]
Parameters pServerUrl [out, retval] pServerUrl is a parameter of type BSTR pServerUrl [in] pServerUrl is a parameter of type BSTR