|
CustomCodeCode Property |
[This is preliminary documentation and is subject to change.]
Code number.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic int Code { get; set; }
Public Property Code As Integer
Get
Set
public:
virtual property int Code {
int get () sealed;
void set (int value) sealed;
}
abstract Code : int with get, set
override Code : int with get, set
Property Value
Type:
Int32Implements
ICustomCodeCode
See Also