Initializes a new instance of the PropertyOrderAttribute class

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public PropertyOrderAttribute(
	int order
)
Visual Basic
Public Sub New ( _
	order As Integer _
)
Visual C++
public:
PropertyOrderAttribute(
	int order
)

Parameters

order
Type: System..::..Int32

See Also