Click or drag to resize
PersistentObjectFieldAttribute Constructor
Initializes a new instance of the PersistentObjectFieldAttribute class.

Namespace: Obujekutoru
Assembly: obujekutoru (in obujekutoru.dll) Version: 1.0.0.19089 (1.0.0.*)
Syntax
public PersistentObjectFieldAttribute(
	string persistentObjectFieldName,
	bool isPersistentObjectIndex = false
)

Parameters

persistentObjectFieldName
Type: SystemString
The name of the persistent object field.
isPersistentObjectIndex (Optional)
Type: SystemBoolean
The 'persistent object index' flag.
See Also