ODataUriNullValue.TypeName 属性

获取或设置此 null 值的类型的字符串表示形式。' null' 指示没有提供类型信息。

命名空间:  Microsoft.Data.OData.Query
程序集:  Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)

语法

声明
Public Property TypeName As String
    Get
    Set
用法
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)

属性值

类型:System.String
此 null 值的类型的字符串表示形式。'null' 指示没有提供类型信息。

请参阅

参考

ODataUriNullValue 类

Microsoft.Data.OData.Query 命名空间