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