Windward Studios 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 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software