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




name
The name of the property.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function GetString( _
   ByVal name As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As ReportProperties
Dim name As String
Dim value As String
 
value = instance.GetString(name)
C# 
public string GetString( 
   string name
)
Managed Extensions for C++ 
public: string* GetString( 
   string* name
) 
C++/CLI 
public:
String^ GetString( 
   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