Proprietà ODataComplexValue.TypeName
Ottiene o imposta il tipo del valore complesso.
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 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)
Valore proprietà
Tipo: System.String
Tipo del valore complesso.