  | PostImportAttdSectionNo Property  | 
  
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string SectionNo { get; set; }Public Property SectionNo As String
	Get
	Set
public:
property String^ SectionNo {
	String^ get ();
	void set (String^ value);
}function get SectionNo () : String
function set SectionNo (value : String)
function get_SectionNo();
function set_SectionNo(value);
Property Value
Type: 
String
See Also