CubeSettingsDataSet.DepartmentsRow.IsSelected Property
Gets the Boolean value that specifies whether a department is specified.
Namespace: [CubeAdmin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CubeAdmin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CubeAdmin.asmx?wsdl
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