WssServersDataSet.WssServersRow.WSS_SERVER_URL property
Specifies the URL of SharePoint server.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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