SettledOn Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the settled on.

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public DateTime SettledOn { get; set; }
Visual Basic
Public Property SettledOn As DateTime
	Get
	Set
Visual C++
public:
property DateTime SettledOn {
	DateTime get ();
	void set (DateTime value);
}

Field Value

The settled on.

See Also