WssServersDataSet.WssServersRow.WSTS_NETBIOS_SERVER_NAME Property
Specifies the NetBIOS name associated with 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_NETBIOS_SERVER_NAME As String
Get
Set
'Usage
Dim instance As WssServersDataSet.WssServersRow
Dim value As String
value = instance.WSTS_NETBIOS_SERVER_NAME
instance.WSTS_NETBIOS_SERVER_NAME = value
public string WSTS_NETBIOS_SERVER_NAME { get; set; }
Property Value
Type: System.String
Remarks
A NetBIOS name is usually used in an intranet context. A NetBIOS name for a server typically does not involve a fully-qualified domain name (FQDN).
See Also
Reference
WssServersDataSet.WssServersRow Class