| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal name As String, _ ByVal properties As IList(Of ODataUtilitiesBase.ResultProperty) _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim name As String Dim properties As IList(Of ODataUtilitiesBase.ResultProperty) Dim instance As New ODataUtilitiesBase.ResultComplexValue(name, properties) | |
| C# | |
|---|---|
public ODataUtilitiesBase.ResultComplexValue( string name, IList<ODataUtilitiesBase.ResultProperty> properties ) | |
| Managed Extensions for C++ | |
|---|---|
public: ODataUtilitiesBase.ResultComplexValue( string* name, IList<ODataUtilitiesBase.ResultProperty*>* properties ) | |
| C++/CLI | |
|---|---|
public: ODataUtilitiesBase.ResultComplexValue( String^ name, IList<ODataUtilitiesBase.ResultProperty^>^ properties ) | |
Parameters
- name
- The name of the property.
- properties
- The list of properties.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family