WssServersDataSet.WssServersRow.WSTS_NETBIOS_SERVER_NAME Property
Specifies the NetBIOS name associated with the Web-based host server for projects.
Namespace: WebSvcWssInterop
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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