PacientesBMExperimento Property |
[Missing <summary> documentation for "P:Evolucion.PacientesBM.Experimento"]
Namespace:
Evolucion
Assembly:
Evolucion (in Evolucion.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntitySet<Experimento> Experimento { get; set; }
Public Property Experimento As EntitySet(Of Experimento)
Get
Set
public:
property EntitySet<Experimento^>^ Experimento {
EntitySet<Experimento^>^ get ();
void set (EntitySet<Experimento^>^ value);
}
member Experimento : EntitySet<Experimento> with get, set
Property Value
Type:
EntitySetExperimento
See Also