Windward Studios API Reference
GetBoolean Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportProperties Class : GetBoolean Method




name
The name of the property.

Glossary Item Box

Get a property by it's name as a boolean.

Syntax

Visual Basic (Declaration) 
Public Function GetBoolean( _
   ByVal name As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ReportProperties
Dim name As String
Dim value As Boolean
 
value = instance.GetBoolean(name)
C# 
public bool GetBoolean( 
   string name
)
Managed Extensions for C++ 
public: bool GetBoolean( 
   string* name
) 
C++/CLI 
public:
bool GetBoolean( 
   String^ name
) 

Parameters

name
The name of the property.

Return Value

The value of the property.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software