Click or drag to resize

PersistentObjectAttribute Constructor

Initializes a new instance of the PersistentObjectAttribute class.

Namespace:  Obujekutoru
Assembly:  obujekutoru (in obujekutoru.dll) Version: 1.2.0.35246
Syntax
public PersistentObjectAttribute(
	string persistentObjectName
)

Parameters

persistentObjectName
Type: SystemString
The name of the persistent object.
See Also