Share via


WssServersDataSet.WssServersRow.WSTS_EXTRANET_SERVER_NAME Property

Specifies the fully-qualified domain name (FQDN) of the SharePoint server for projects.

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 WSTS_EXTRANET_SERVER_NAME As String
    Get
    Set
'Usage
Dim instance As WssServersDataSet.WssServersRow
Dim value As String

value = instance.WSTS_EXTRANET_SERVER_NAME

instance.WSTS_EXTRANET_SERVER_NAME = value
public string WSTS_EXTRANET_SERVER_NAME { get; set; }

Property Value

Type: System.String

See Also

Reference

WssServersDataSet.WssServersRow Class

WssServersDataSet.WssServersRow Members

WssInterop Web Service