SiteName Property |
Description
Returns the site name.
PowerBASIC Syntax
Return Value
BSTR. A string value indicating the name of the site.
Remarks
Undocumented.
Example [PowerBASIC]
#INCLUDE "WSHOM.INC"
DIM pWshNetwork AS IWshNetwork
pWshNetwork = NEWCOM "WScript.Network" STDOUT ACODE$(pWshNetwork.SiteName)
|