エンティティの ID 値である URI を取得または設定します。
名前空間: System.Data.Services.Client
アセンブリ: Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)
構文
'宣言
Public Property Identity As String
Get
Friend Set
'使用
Dim instance As EntityDescriptor
Dim value As String
value = instance.Identity
public string Identity { get; internal set; }
public:
property String^ Identity {
String^ get ();
internal: void set (String^ value);
}
member Identity : string with get, internal set
function get Identity () : String
internal function set Identity (value : String)
プロパティ値
型: System.String
Identity プロパティは、Atom 応答のエンティティを表すエントリの identity 要素に対応します。