  | RecordClassAttendanceIndivBlockName Property  | 
 
            Gets or sets the Block Name.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string BlockName { get; set; }Public Property BlockName As String
	Get
	Set
public:
property String^ BlockName {
	String^ get ();
	void set (String^ value);
}function get BlockName () : String
function set BlockName (value : String)
function get_BlockName();
function set_BlockName(value);
Property Value
Type: 
StringThe Block Name.
See Also