Share via


TargetUpdateUoM.UoM Field

banner art

Specifies the uom entity.

Syntax

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

Remarks

To update fields in a uom, create an instance of the uom 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.