ResourceDataSet.ResourcesRow.RES_IS_WINDOWS_USER property
Gets the Boolean value that specifies whether the resource is a Windows user. Read-only.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_IS_WINDOWS_USER As Boolean
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Boolean
value = instance.RES_IS_WINDOWS_USER
instance.RES_IS_WINDOWS_USER = value
public bool RES_IS_WINDOWS_USER { get; set; }
Property value
Type: System.Boolean
See also
Reference
ResourceDataSet.ResourcesRow class