Item Property

Summary
Gets or sets the item.
Syntax
C#
VB
C++
[XmlElementAttribute("ParticipantObjectQuery", System.Type, DataType="base64Binary")] 
[XmlElementAttribute("ParticipantObjectName", System.Type)] 
public object Item { get; set; } 
<XmlElementAttribute("ParticipantObjectQuery", System.Type, DataType:="base64Binary"),  
 XmlElementAttribute("ParticipantObjectName", System.Type)>  
Public Property Item() As Object 
   Get 
   Set 
public:  
   [XmlElementAttribute(L"ParticipantObjectQuery", System::Type, DataType=L"base64Binary"),  
   XmlElementAttribute(L"ParticipantObjectName", System::Type)] 
   property Object^ Item 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 

Property Value

The item.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.