Visual Basic (Declaration) | |
---|---|
<XmlElementAttribute("ParticipantObjectIdentification")> Public Property ParticipantObjectIdentification As ParticipantObjectIdentificationType() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AuditMessage Dim value() As ParticipantObjectIdentificationType instance.ParticipantObjectIdentification = value value = instance.ParticipantObjectIdentification |
C# | |
---|---|
[XmlElementAttribute("ParticipantObjectIdentification")] public ParticipantObjectIdentificationType[] ParticipantObjectIdentification {get; set;} |
C++/CLI | |
---|---|
[XmlElementAttribute("ParticipantObjectIdentification")] public: property array<ParticipantObjectIdentificationType^>^ ParticipantObjectIdentification { array<ParticipantObjectIdentificationType^>^ get(); void set ( array<ParticipantObjectIdentificationType^>^ value); } |
Property Value
The participant object identification.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7