|
IIntakeQuestionnaireGuardiansRecords Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:SnapMD.VirtualCare.ApiModels.IIntakeQuestionnaire.GuardiansRecords"]
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
SyntaxList<GuardianRecord> GuardiansRecords { get; set; }
Property GuardiansRecords As List(Of GuardianRecord)
Get
Set
property List<GuardianRecord^>^ GuardiansRecords {
List<GuardianRecord^>^ get ();
void set (List<GuardianRecord^>^ value);
}
abstract GuardiansRecords : List<GuardianRecord> with get, set
Property Value
Type:
ListGuardianRecord
See Also