QueryParamID Property | |
Gets or sets generic ID used to query from a primary data store
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string ID { get; set; }
function get_ID();
function set_ID(value);
Property Value
StringRemarks
This value represents unique ID of a generic entity type.
Example 1252, abc456, 539-45-9899
See Also