This document is archived and information here might be outdated. Recommended version. |
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(
System.String* pServerUrl
);
[C++] Parameters pServerUrl [in]
pServerUrl is a parameter of type BSTR pServerUrl [out, retval]
pServerUrl is a parameter of type BSTR*