Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.