Windward Engine API Reference
ODataUtilitiesBase.ResultCollectionValue Constructor
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata Namespace > ODataUtilitiesBase.ResultCollectionValue Class : ODataUtilitiesBase.ResultCollectionValue Constructor




name
The name of the property.
value
The value of the property.

Glossary Item Box

Creates the object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal value As IList(Of Object) _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim value As IList(Of Object)
 
Dim instance As New ODataUtilitiesBase.ResultCollectionValue(name, value)
C# 
public ODataUtilitiesBase.ResultCollectionValue( 
   string name,
   IList<object> value
)
Managed Extensions for C++ 
public: ODataUtilitiesBase.ResultCollectionValue( 
   string* name,
   IList<Object*>* value
)
C++/CLI 
public:
ODataUtilitiesBase.ResultCollectionValue( 
   String^ name,
   IList<Object^>^ value
)

Parameters

name
The name of the property.
value
The value of the property.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.