获取或设置条目标识符。
命名空间: 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
条目标识符。