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