Click or drag to resize

PropertyCreatePreference Method

Create a preference object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Property CreatePreference(
	string name,
	Object value,
	PropertyAttrs attributes,
	string ownerID,
	string ownerLevel,
	string propertyID
)

Parameters

name
Type: SystemString
The preference name.
value
Type: SystemObject
The value of the preference.
attributes
Type: NetQuarryPropertyAttrs
The attributes describing the preference.
ownerID
Type: SystemString
The ID of the owner of the preference.
ownerLevel
Type: SystemString
The level of the preference owner.
propertyID
Type: SystemString
The property ID of the preference.

Return Value

Type: Property
The newly created preference object.
See Also