CubeSettingsDataSet.DepartmentsRow.IsSelected property
Gets the Boolean value that specifies whether a department is specified.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property IsSelected As Boolean
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.DepartmentsRow
Dim value As Boolean
value = instance.IsSelected
instance.IsSelected = value
public bool IsSelected { get; set; }
Property value
Type: System.Boolean
See also
Reference
CubeSettingsDataSet.DepartmentsRow class