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