public XmlQualifiedName innerParticipantRef { get; set; }Public Property innerParticipantRef As XmlQualifiedName
Get
Setpublic:
property XmlQualifiedName^ innerParticipantRef {
XmlQualifiedName^ get ();
void set (XmlQualifiedName^ value);
}member innerParticipantRef : XmlQualifiedName with get, set