TempDataRecord.GetBoolean Method
Namespace: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetBoolean ( _
ordinal As Integer _
) As Boolean
'Usage
Dim instance As TempDataRecord
Dim ordinal As Integer
Dim returnValue As Boolean
returnValue = instance.GetBoolean(ordinal)
public bool GetBoolean(
int ordinal
)
Parameters
- ordinal
Type: System.Int32
Return Value
Type: System.Boolean
Implements
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace