StandardsStateApartmentTypeRooms Property |
[Missing <summary> documentation for "P:BrydenWoodUnity.DesignData.StandardsState.ApartmentTypeRooms"]
Namespace:
BrydenWoodUnity.DesignData
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic Dictionary<string, bool[]> ApartmentTypeRooms { get; set; }
Public Property ApartmentTypeRooms As Dictionary(Of String, Boolean())
Get
Set
public:
property Dictionary<String^, array<bool>^>^ ApartmentTypeRooms {
Dictionary<String^, array<bool>^>^ get ();
void set (Dictionary<String^, array<bool>^>^ value);
}
member ApartmentTypeRooms : Dictionary<string, bool[]> with get, set
Property Value
Type:
DictionaryString,
Boolean
See Also