Click or drag to resize

UserPropertyVO Constructor

Contruction

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public UserPropertyVO(
	string key,
	string value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:SHConnector.UserPropertyVO.#ctor(System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:SHConnector.UserPropertyVO.#ctor(System.String,System.String)"]

See Also