Proyecto Fin de Carrera 2011
Indica si se trata de un colectivo de tipo ocupación

Namespace: NHibernate_SGF.Entities
Assembly: NHibernate_SGF (in NHibernate_SGF.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual bool EsOcupacion { get; set; }
Visual Basic
Public Overridable Property EsOcupacion As Boolean
	Get
	Set
Visual C++
public:
virtual property bool EsOcupacion {
	bool get ();
	void set (bool value);
}

See Also