SecurityTemplatesDataSet.SecurityTemplatesRow.IsWSEC_TMPL_DESCNull-Methode
Bestimmt, ob die WSEC_TMPL_DESC -Eigenschaft auf einen Wert ein Nullverweis (Nothing in Visual Basic) festgelegt ist.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsWSEC_TMPL_DESCNull As Boolean
'Usage
Dim instance As SecurityTemplatesDataSet.SecurityTemplatesRow
Dim returnValue As Boolean
returnValue = instance.IsWSEC_TMPL_DESCNull()
public bool IsWSEC_TMPL_DESCNull()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
SecurityTemplatesDataSet.SecurityTemplatesRow Klasse