|
BaseProfileCellNumber Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the cell number.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic string CellNumber { get; set; }
Public Property CellNumber As String
Get
Set
public:
property String^ CellNumber {
String^ get ();
void set (String^ value);
}
member CellNumber : string with get, set
Property Value
Type:
String
The cell number.
See Also