public ParticipantModel? CurrentParticipantInfo { get; set; }Public Property CurrentParticipantInfo As ParticipantModel
Get
Setpublic:
property ParticipantModel^ CurrentParticipantInfo {
ParticipantModel^ get ();
void set (ParticipantModel^ value);
}member CurrentParticipantInfo : ParticipantModel with get, set