ChangeSetEntry.Id Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the client ID for the entity.
Namespace: System.Web.Http.Data
Assembly: System.Web.Http.Data (in System.Web.Http.Data.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Id As Integer
[DataMemberAttribute]
public int Id { get; set; }
[DataMemberAttribute]
public:
property int Id {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member Id : int with get, set
function get Id () : int
function set Id (value : int)
Property Value
Type: System.Int32