SecurityTemplatesDataSet.SecurityTemplatesRow.IsWSEC_TMPL_DESCNull método
Determina se a propriedade WSEC_TMPL_DESC está definida como um valor de uma referência nula (Nothing no Visual Basic) .
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsWSEC_TMPL_DESCNull As Boolean
'Uso
Dim instance As SecurityTemplatesDataSet.SecurityTemplatesRow
Dim returnValue As Boolean
returnValue = instance.IsWSEC_TMPL_DESCNull()
public bool IsWSEC_TMPL_DESCNull()
Valor retornado
Tipo: System.Boolean
Ver também
Referência
SecurityTemplatesDataSet.SecurityTemplatesRow classe