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