Condividi tramite


Proprietà ODataCollectionValue.TypeName

Ottiene o imposta il tipo del valore della raccolta.

Spazio dei nomi  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Property TypeName As String
    Get
    Set
'Utilizzo
Dim instance As ODataCollectionValue
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)

Valore proprietà

Tipo: System.String
Tipo del valore della raccolta.

Vedere anche

Riferimento

ODataCollectionValue Classe

Spazio dei nomi Microsoft.Data.OData