共用方式為


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 命名空間