Click or drag to resize
AttributeTypeAndValue Constructor (String, String)
Create new AttributeTypeAndValue with an attribute name and value

Namespace: IdmNet.SoapModels
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public AttributeTypeAndValue(
	string attributeName,
	string attrValue
)

Parameters

attributeName
Type: SystemString

[Missing <param name="attributeName"/> documentation for "M:IdmNet.SoapModels.AttributeTypeAndValue.#ctor(System.String,System.String)"]

attrValue
Type: SystemString

[Missing <param name="attrValue"/> documentation for "M:IdmNet.SoapModels.AttributeTypeAndValue.#ctor(System.String,System.String)"]

See Also