SIFWorks ADK 2.0
Capacity Property
NamespacesEdustructures.SifWorks.StudentRoomInfoCapacity

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <Capacity> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<int> Capacity{ get; set;}
Public Property Capacity As Nullable(Of Integer)
public:
property Nullable<int> Capacity {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
Value
The Capacity element of this object.
Remarks

The SIF specification defines the meaning of this element as: "Number of persons (usually students) that this room can hold."

Version: 2.0

Since: 1.1

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10