Click or drag to resize
GebouwDataModelStatus Property
De status van het gebouw. Actief of inactief. Inactieve gebouwen worden niet meer getoond binnen de modules van fBase.

Namespace: Fsolutions.Fbase.Contracts.Gebouw
Assembly: Fsolutions.Fbase.Contracts (in Fsolutions.Fbase.Contracts.dll) Version: 1.4.330.0
Syntax
C#
public DataModelProperty<Nullable<byte>> Status { get; set; }

Property Value

Type: DataModelPropertyNullableByte
See Also