[Missing <summary> documentation for "P:NFF.FIKS.EnterpriseServices.Components.Entities.FacilityType.Playable"]
public bool Playable { get; set; }Public Property Playable As Boolean
Get
Setpublic:
property bool Playable {
bool get ();
void set (bool value);
}member Playable : bool with get, set