ProjectDataSet.ProjectRow.IsPROJ_SESSION_DESCRIPTIONNull method
決定是否要將PROJ_SESSION_DESCRIPTION屬性設定為 null 值。
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Function IsPROJ_SESSION_DESCRIPTIONNull As Boolean
'用途
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_SESSION_DESCRIPTIONNull()
public bool IsPROJ_SESSION_DESCRIPTIONNull()
傳回值
Type: System.Boolean
True如果PROJ_SESSION_DESCRIPTION 是a null reference (Nothing in Visual Basic)。
請參閱
參照
ProjectDataSet.ProjectRow class