  | PostImportAttdblockName Property  | 
  
    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: 
String
See Also