ODataComplexValue.TypeName Property

Gets or sets the type of the complex value.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property TypeName As String 
    Get 
    Set
'Usage
Dim instance As ODataComplexValue 
Dim value As String 

value = instance.TypeName

instance.TypeName = value
public string TypeName { get; set; }
public:
property String^ TypeName {
    String^ get ();
    void set (String^ value);
}
member TypeName : string with get, set
function get TypeName () : String 
function set TypeName (value : String)

Property Value

Type: System.String
The type of the complex value.

See Also

Reference

ODataComplexValue Class

Microsoft.Data.OData Namespace