AttributeTypeAndValueAttributeValue Property |
Don't set this directly - only use the constructor
Namespace: IdmNet.SoapModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic XmlElement AttributeValue { get; set; }
Public Property AttributeValue As XmlElement
Get
Set
public:
property XmlElement^ AttributeValue {
XmlElement^ get ();
void set (XmlElement^ value);
}
member AttributeValue : XmlElement with get, set
Property Value
Type:
XmlElement
See Also