共用方式為


ODataCollectionStart.Name 屬性

取得或設定集合的名稱 (僅限 ATOM)。

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

語法

'宣告
Public Property Name As String
    Get
    Set
'用途
Dim instance As ODataCollectionStart
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

屬性值

型別:System.String
集合的名稱。

請參閱

參考

ODataCollectionStart 類別

Microsoft.Data.OData 命名空間