| ClassMapCast Property |
Casting
Namespace:
SanteDB.Core.Model.Map
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public List<CastMap> Cast { get; set; }
Public Property Cast As List(Of CastMap)
Get
Set
public:
property List<CastMap^>^ Cast {
List<CastMap^>^ get ();
void set (List<CastMap^>^ value);
}
member Cast : List<CastMap> with get, set
Property Value
Type:
ListCastMapSee Also