| Field Constructor (String, Boolean, Type) |
Initializes a new instance of the
Field class
Namespace:
Dynamicweb.DataManagement
Assembly:
Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax public Field(
string name,
bool key,
Type type
)
Public Sub New (
name As String,
key As Boolean,
type As Type
)
Parameters
- name
- Type: SystemString
- key
- Type: SystemBoolean
- type
- Type: SystemType
See Also