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