ResourceDataSet.ResourcesRow.IsRES_IS_WINDOWS_USERNull method
Determines whether the RES_IS_WINDOWS_USER property is set to a null value.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsRES_IS_WINDOWS_USERNull As Boolean
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As Boolean
returnValue = instance.IsRES_IS_WINDOWS_USERNull()
public bool IsRES_IS_WINDOWS_USERNull()
Return value
Type: System.Boolean
See also
Reference
ResourceDataSet.ResourcesRow class