共用方式為


ODataEntry.Id 屬性

取得或設定項目識別元。

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

語法

'宣告
Public Property Id As String
    Get
    Set
'用途
Dim instance As ODataEntry
Dim value As String

value = instance.Id

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

屬性值

型別:System.String
項目識別元。

請參閱

參考

ODataEntry 類別

Microsoft.Data.OData 命名空間