del método ProjectDataSet.ProjectRow.IsPROJ_OPT_WEEK_START_DAYNull
Determina si la propiedad PROJ_OPT_WEEK_START_DAY se establece en un valor nulo.
Espacio de nombres: WebSvcProject
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Function IsPROJ_OPT_WEEK_START_DAYNull As Boolean
'Uso
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_OPT_WEEK_START_DAYNull()
public bool IsPROJ_OPT_WEEK_START_DAYNull()
Valor devuelto
Tipo: System.Boolean
True si PROJ_OPT_WEEK_START_DAY es una referencia null (Nothing en Visual Basic).
Vea también
Referencia
clase ProjectDataSet.ProjectRow