![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
[XmlElementAttribute(Type=System.Byte[], ElementName="ParticipantObjectQuery", DataType="base64Binary")] [XmlElementAttribute(Type=System.String, ElementName="ParticipantObjectName")] public object Item {get; set;}
'Declaration <XmlElementAttribute(Type=System.Byte[], ElementName="ParticipantObjectQuery", DataType="base64Binary")> <XmlElementAttribute(Type=System.String, ElementName="ParticipantObjectName")> Public Property Item As Object
'Usage Dim instance As ParticipantObjectIdentificationType Dim value As Object instance.Item = value value = instance.Item
[XmlElementAttribute(Type=System.Byte[], ElementName="ParticipantObjectQuery", DataType="base64Binary")] [XmlElementAttribute(Type=System.String, ElementName="ParticipantObjectName")] public: property Object^ Item { Object^ get(); void set ( Object^ value); }