uom.organizationid Field

banner art

Specifies the ID of the organization associated with the unit of measure.

Syntax

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

Remarks

Represents a field of type UniqueIdentifier.

The following table contains additional information about this attribute:

Platform required Yes
Application requirement level Read only
Valid for create No
Valid for retrieve Yes
Valid for update No

See Also

© 2007 Microsoft Corporation. All rights reserved.