AddResultID Property | |
The entity ID of the object just added to the system
Namespace: AppOne.Services.V2Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int ID { get; set; }
function get_ID();
function set_ID(value);
Property Value
Int32Remarks
The entity ID of the object just added to the system. The is the index key of the object just created.
Example 345
See Also