ProjectDataSet.ProjectRow.IsWPROJ_STS_SUBWEB_NAMENull-Methode
Bestimmt, ob die WPROJ_STS_SUBWEB_NAME -Eigenschaft auf einen null-Wert festgelegt ist.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsWPROJ_STS_SUBWEB_NAMENull As Boolean
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsWPROJ_STS_SUBWEB_NAMENull()
public bool IsWPROJ_STS_SUBWEB_NAMENull()
Rückgabewert
Typ: System.Boolean
True Wenn WPROJ_STS_SUBWEB_NAME ein Nullverweis (Nothing in Visual Basic)ist.
Siehe auch
Referenz
ProjectDataSet.ProjectRow Klasse