WssServersDataSet.WssServersRow.WSTS_NETBIOS_SERVER_NAME property
Specifies the NetBIOS name associated with the SharePoint server for projects.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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