  | PostImportAttdCreateTakenRecords Property  | 
  
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool CreateTakenRecords { get; set; }Public Property CreateTakenRecords As Boolean
	Get
	Set
public:
property bool CreateTakenRecords {
	bool get ();
	void set (bool value);
}function get CreateTakenRecords () : boolean
function set CreateTakenRecords (value : boolean)
function get_CreateTakenRecords();
function set_CreateTakenRecords(value);
Property Value
Type: 
Boolean
See Also