WssServersDataSet.WssServersRow.WSTS_EXTRANET_SERVER_NAME property
Specifies the fully-qualified domain name (FQDN) of the SharePoint server for projects.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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