Compartir a través de


ODataCollectionValue.TypeName Propiedad

Obtiene o establece el tipo del valor de colección.

Espacio de nombres:  Microsoft.Data.OData
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Property TypeName As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
Tipo del valor de colección.

Vea también

Referencia

ODataCollectionValue Clase

Espacio de nombres Microsoft.Data.OData