Propriété ODataComplexValue.TypeName
Obtient ou définit le type de la valeur complexe.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property TypeName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
Type de la valeur complexe.