Partager via


Propriété ODataUriNullValue.TypeName

Obtient ou définit la représentation sous forme de chaîne du type de cette valeur Null. ' La valeur Null indique qu'aucune information de type n'a été fournie.

Espace de noms :  Microsoft.Data.OData.Query
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Public Property TypeName As String
    Get
    Set
'Utilisation
Dim instance As ODataUriNullValue
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
Représentation sous forme de chaîne du type de cette valeur Null. 'La valeur Null indique qu'aucune information de type n'a été fournie.

Voir aussi

Référence

ODataUriNullValue Classe

Espace de noms Microsoft.Data.OData.Query