Share via


ModelRelationship.Active Propiedad

Definición

Cuando es True, la relación está activa. Cuando es False, esta relación está inactiva. Boolean (bool en C#). Lectura y escritura

public:
 property bool Active { bool get(); void set(bool value); };
public bool Active { get; set; }
Public Property Active As Boolean

Valor de propiedad

Se aplica a