PlusprofilTaggedValue Constructor

Plusprofil Addin

PlusprofilTaggedValue Constructor

Initializes a new instance of the PlusprofilTaggedValue class

Namespace:  PlusprofilAddin
Assembly:  PlusprofilAddin (in PlusprofilAddin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public PlusprofilTaggedValue(
	string key,
	string name,
	bool hasMemoField,
	bool manyMultiplicity
)

Parameters

key
Type: SystemString

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

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:PlusprofilAddin.PlusprofilTaggedValue.#ctor(System.String,System.String,System.Boolean,System.Boolean)"]

hasMemoField
Type: SystemBoolean

[Missing <param name="hasMemoField"/> documentation for "M:PlusprofilAddin.PlusprofilTaggedValue.#ctor(System.String,System.String,System.Boolean,System.Boolean)"]

manyMultiplicity
Type: SystemBoolean

[Missing <param name="manyMultiplicity"/> documentation for "M:PlusprofilAddin.PlusprofilTaggedValue.#ctor(System.String,System.String,System.Boolean,System.Boolean)"]

See Also