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