ResourceAuthorizationDataSet.ResourcesRow.RES_IS_WINDOWS_USER property

Specifies if the resource is a windows user.

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property RES_IS_WINDOWS_USER As Boolean
    Get
    Set
'Usage
Dim instance As ResourceAuthorizationDataSet.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

ResourceAuthorizationDataSet.ResourcesRow class

ResourceAuthorizationDataSet.ResourcesRow members

WebSvcResource namespace