[XmlElementAttribute(Type=System.String, ElementName="ParticipantObjectName")] [XmlElementAttribute(DataType="base64Binary", Type=System.Byte[], ElementName="ParticipantObjectQuery")] public object Item {get; set;}
'Declaration <XmlElementAttribute(Type=System.String, ElementName="ParticipantObjectName")> <XmlElementAttribute(DataType="base64Binary", Type=System.Byte[], ElementName="ParticipantObjectQuery")> Public Property Item As Object
'Usage Dim instance As ParticipantObjectIdentificationType Dim value As Object instance.Item = value value = instance.Item
[XmlElementAttribute(Type=System.String, ElementName="ParticipantObjectName")] [XmlElementAttribute(DataType="base64Binary", Type=System.Byte[], ElementName="ParticipantObjectQuery")] public object Item {get; set;}
XmlElementAttribute(Type=System.String, ElementName="ParticipantObjectName") XmlElementAttribute(DataType="base64Binary", Type=System.Byte[], ElementName="ParticipantObjectQuery") get_Item();
set_Item(value);
[XmlElementAttribute(Type=System.String, ElementName="ParticipantObjectName")] [XmlElementAttribute(DataType="base64Binary", Type=System.Byte[], ElementName="ParticipantObjectQuery")] public: property Object^ Item { Object^ get(); void set ( Object^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2