| Field Constructor (String, Boolean, Type, Object) |
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,
Object value
)
Public Sub New (
name As String,
key As Boolean,
type As Type,
value As Object
)
Parameters
- name
- Type: SystemString
- key
- Type: SystemBoolean
- type
- Type: SystemType
- value
- Type: SystemObject
See Also