Share via


CreateUoMScheduleRequest.UoMSchedule Field

banner art

Specifies the unit of measure schedule entity.

Syntax

[Visual Basic]
Public Field UoMSchedule As BusinessEntity
[C#]
public BusinessEntity UoMSchedule;
[JScript]
public var UoMSchedule : BusinessEntity;

Remarks

Set this field to an instance of the uomschedule class, which is a subclass of the BusinessEntity class.

See Also

© 2007 Microsoft Corporation. All rights reserved.