Chili.Opf3 Send comments on this topic.
Values Property
See Also 
Chili.Opf3.DynamicProperties Namespace > DynamicType Class : Values Property




Specifies the values of the DynamicType.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Values As List(Of String)
Visual Basic (Usage)Copy Code
Dim instance As DynamicType
Dim value As List(Of String)
 
value = instance.Values
C# 
public List<string> Values {get;}
Managed Extensions for C++ 
public: __property List<string>* get_Values();
C++/CLI 
public:
property List<String>^ Values {
   List<String>^ get();
}

Return Value

A list of values of the DynamicType.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also