OrderForm.Name Property (BCL)
The Name property is a read-only string that retrieves the order form name.
Definition
[Visual Basic .NET]
Public ReadOnly Property Name As System.String
[C#]
public System.String Name{get;}
Property Value
The order form name.
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Orders
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
See Also
Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace
Copyright © 2005 Microsoft Corporation.
All rights reserved.