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