WssServersDataSet.WssServersRow.WSS_SERVER_URL Property
Specifies the URL of SharePoint server.
Namespace: [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl
Syntax
'Declaration
Public Property WSS_SERVER_URL As String
Get
Set
'Usage
Dim instance As WssServersDataSet.WssServersRow
Dim value As String
value = instance.WSS_SERVER_URL
instance.WSS_SERVER_URL = value
public string WSS_SERVER_URL { get; set; }
Property Value
Type: System.String
Remarks
This URL is typically a fully-qualified domain name (FQDN) for use on the Internet or for use with an extranet function, but can also be a NetBIOS-based server name for intranet usage.
See Also
Reference
WssServersDataSet.WssServersRow Class