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




key
The name of the property.

Glossary Item Box

Get a property by it's name.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal key As String _
) As PropertyValue
Visual Basic (Usage)Copy Code
Dim instance As ReportProperties
Dim key As String
Dim value As PropertyValue
 
value = instance.Item(key)
C# 
public PropertyValue this[ 
   string key
]; {get;}
Managed Extensions for C++ 
public: __property PropertyValue* get_Item   string* key
;
C++/CLI 
public:
property PropertyValue^ default [String^] {
   PropertyValue^ get(String^ key);
}

Parameters

key
The name of the property.

Property Value

The property value.

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.