CustomerProperty.Value Field

banner art

Specifies the value of the attribute.

Syntax

[Visual Basic]
Public Field Value As Customer
[C#]
public Customer Value;
[JScript]
public var Value : Customer;

Remarks

Represents a field of type Customer.

See Also

© 2007 Microsoft Corporation. All rights reserved.