







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| Transaction..::..DateSubmitted Property |
| Transaction Class See Also Send Feedback |
Gets or sets the date submitted.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public DateTime DateSubmitted { get; set; } |
| Visual Basic |
|---|
Public Property DateSubmitted As DateTime Get Set |
| Visual C++ |
|---|
public: property DateTime DateSubmitted { DateTime get (); void set (DateTime value); } |
