Dynamicweb 8 Documentation
OrderLineField Constructor(String,String,Int32)

Name of the system.
The name.
The length.
Initializes a new instance of the OrderLineField class.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal systemName As String, _ 
   ByVal name As String, _ 
   ByVal Length As Integer _ 
)
public OrderLineField( 
   string systemName,
   string name,
   int Length 
)

Parameters

systemName
Name of the system.
name
The name.
Length
The length.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OrderLineField Class
OrderLineField Members
Overload List

Send Feedback