Windward Engine API Reference
ODataUtilitiesBase.ResultProperty Constructor
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata Namespace > ODataUtilitiesBase.ResultProperty Class : ODataUtilitiesBase.ResultProperty 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 Object _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim value As Object
 
Dim instance As New ODataUtilitiesBase.ResultProperty(name, value)
C# 
public ODataUtilitiesBase.ResultProperty( 
   string name,
   object value
)
Managed Extensions for C++ 
public: ODataUtilitiesBase.ResultProperty( 
   string* name,
   Object* value
)
C++/CLI 
public:
ODataUtilitiesBase.ResultProperty( 
   String^ name,
   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.