| Visual Basic (Declaration) | |
|---|---|
<XmlElementAttribute("ParticipantObjectDetail")> Public Property ParticipantObjectDetail As TypeValuePairType() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[XmlElementAttribute("ParticipantObjectDetail")] public TypeValuePairType[] ParticipantObjectDetail {get; set;} | |
| C++/CLI | |
|---|---|
[XmlElementAttribute("ParticipantObjectDetail")] public: property array<TypeValuePairType^>^ ParticipantObjectDetail { array<TypeValuePairType^>^ get(); void set (TypeValuePairType^array<value>^ value); } | |
Return Value
The participant object detail.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code