|
PersonRecordPhones Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the phones.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic ICollection<SmallTelecom> Phones { get; set; }
Public Property Phones As ICollection(Of SmallTelecom)
Get
Set
public:
property ICollection<SmallTelecom^>^ Phones {
ICollection<SmallTelecom^>^ get ();
void set (ICollection<SmallTelecom^>^ value);
}
member Phones : ICollection<SmallTelecom> with get, set
Property Value
Type:
ICollectionSmallTelecom
The phones.
See Also