StatusingDataSet.ProjectsRow.PROJ_IS_VISIBILITY_MODE property
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_IS_VISIBILITY_MODE As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Boolean
value = instance.PROJ_IS_VISIBILITY_MODE
instance.PROJ_IS_VISIBILITY_MODE = value
public bool PROJ_IS_VISIBILITY_MODE { get; set; }
Property value
Type: System.Boolean
See also
Reference
StatusingDataSet.ProjectsRow class