WssServersDataSet.WssServersRow.IsWSTS_NETBIOS_SERVER_NAMENull Method
Determines whether the WSTS_NETBIOS_SERVER_NAME property is set to a null value.
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 Function IsWSTS_NETBIOS_SERVER_NAMENull As Boolean
'Usage
Dim instance As WssServersDataSet.WssServersRow
Dim returnValue As Boolean
returnValue = instance.IsWSTS_NETBIOS_SERVER_NAMENull()
public bool IsWSTS_NETBIOS_SERVER_NAMENull()
Return Value
Type: System.Boolean
See Also
Reference
WssServersDataSet.WssServersRow Class