WssServersDataSet.WssServersRow.IsWSTS_ADMIN_SERVER_NAMENull Method
Determines whether the WSS_ADMIN_SERVER_NAME() property is set to a null value.
Namespace: WebSvcWssInterop
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsWSTS_ADMIN_SERVER_NAMENull As Boolean
'Usage
Dim instance As WssServersDataSet.WssServersRow
Dim returnValue As Boolean
returnValue = instance.IsWSTS_ADMIN_SERVER_NAMENull()
public bool IsWSTS_ADMIN_SERVER_NAMENull()
Return Value
Type: System.Boolean
See Also
Reference
WssServersDataSet.WssServersRow Class