AttributeTypeAndValue Constructor (String, String) |
Create new AttributeTypeAndValue with an attribute name and value
Namespace: IdmNet.SoapModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic AttributeTypeAndValue(
string attributeName,
string attrValue
)
Public Sub New (
attributeName As String,
attrValue As String
)
public:
AttributeTypeAndValue(
String^ attributeName,
String^ attrValue
)
new :
attributeName : string *
attrValue : string -> AttributeTypeAndValue
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