Share via


TargetUpdateUoMSchedule.UoMSchedule Field

banner art

Specifies the uomschedule entity.

Syntax

[Visual Basic .NET]
Public Field UoMSchedule As uomschedule
[C#]
public uomschedule UoMSchedule;
[JScript]
public var UoMSchedule : uomschedule;

Remarks

To update fields in a uomschedule, create an instance of the uomschedule class and set the fields that you wish to update. Only those fields that are set will be updated in the database.

See Also

© 2007 Microsoft Corporation. All rights reserved.