This document is archived and information here might be outdated. Recommended version. |
The server machine name.
[Visual Basic .NET] Public Property MachineName As String
[C#] public string MachineName {get; set;}
[C++]
HRESULT get_MachineName(
System.String* pMachineName
);
[C++]
HRESULT put_MachineName(
BSTR pMachineName
);
[C++]
Parameters pMachineName [out, retval]
pMachineName is a parameter of type BSTR* pMachineName [in]
pMachineName is a parameter of type BSTR