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




name

Glossary Item Box

Gets a property by its name. Look up for a property in order: - an explicit value set per report (current) - configuration file - default value The first value found is returned.

Syntax

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

Parameters

name

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software