共用方式為


ODataCollectionValue.TypeName 屬性

取得或設定集合值的類型。

命名空間:  Microsoft.Data.OData
組件:  Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)

語法

'宣告
Public Property TypeName As String
    Get
    Set
'用途
Dim instance As ODataCollectionValue
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
集合值的類型。

請參閱

參考

ODataCollectionValue 類別

Microsoft.Data.OData 命名空間