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

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

Parameters

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