UpdateUserScheduleModelID Property |  |
The ID of the current schedule model
* Required Property
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic int ID { get; set; }
function get_ID();
function set_ID(value);
Property Value
Int32
Remarks
The ID of the current schedule model. The ID must exist or an exception will be thrown.
Note |
---|
See the parent object AddUserScheduleModel for a full list of all properties that belong to UpdateUserScheduleModel.
|
Example3452
See Also