SecurityTemplatesDataSet.SecurityTemplatesRow.IsWSEC_TMPL_DESCNull Method
Determines whether the WSEC_TMPL_DESC property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl
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()
Return Value
Type: System.Boolean
See Also
Reference
SecurityTemplatesDataSet.SecurityTemplatesRow Class