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