Click or drag to resize

CustomProperty Constructor (String, String)

Used to create a custom name value pair

Namespace:  Micros.PosCore.GuestProfile
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public CustomProperty(
	string name,
	string value
)

Parameters

name
Type: SystemString
A string used to identify a name/key
value
Type: SystemString
A string used to identify the corresponding value

Return Value

Type: 
See Also