|
CodeSetResponseCodes Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:SnapMD.VirtualCare.ApiModels.CodeSetResponse.Codes"]
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic IList<CodeSetResponseCodeItem> Codes { get; set; }
Public Property Codes As IList(Of CodeSetResponseCodeItem)
Get
Set
public:
property IList<CodeSetResponseCodeItem^>^ Codes {
IList<CodeSetResponseCodeItem^>^ get ();
void set (IList<CodeSetResponseCodeItem^>^ value);
}
member Codes : IList<CodeSetResponseCodeItem> with get, set
Property Value
Type:
IListCodeSetResponseCodeItem
See Also