EntityDescriptor.Identity Property
Gets or sets the URI that is the identity value of the entity.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Property Identity As String
Get
Friend Set
'Usage
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)
Property Value
Type: System.String
The Identity property corresponds to the identity element of the entry that represents the entity in the Atom response.