Share via


ODataCollectionStartSerializationInfo.CollectionTypeName Property

The fully qualified type name of the collection to be written.

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

Syntax

'Declaration
Public Property CollectionTypeName As String 
    Get 
    Set
'Usage
Dim instance As ODataCollectionStartSerializationInfo 
Dim value As String 

value = instance.CollectionTypeName

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

Property Value

Type: System.String

See Also

Reference

ODataCollectionStartSerializationInfo Class

Microsoft.Data.OData Namespace