Windward Engine API Reference
Properties Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : Properties Property




Glossary Item Box

As soon as the engine process is created, initialize properties with the engine's properties object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Properties As ReportProperties
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As ReportProperties
 
value = instance.Properties
C# 
public ReportProperties Properties {get;}
Managed Extensions for C++ 
public: __property ReportProperties* get_Properties();
C++/CLI 
public:
property ReportProperties^ Properties {
   ReportProperties^ get();
}

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.