[XmlAttributeAttribute]
public XmlQualifiedName itemRef { get; set; }
<XmlAttributeAttribute>
Public Property itemRef As XmlQualifiedName
Get
Set
public:
[XmlAttributeAttribute]
property XmlQualifiedName^ itemRef {
XmlQualifiedName^ get ();
void set (XmlQualifiedName^ value);
}
[<XmlAttributeAttribute>]
member itemRef : XmlQualifiedName with get, set