Status Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the status.

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

Syntax

C#
public string Status { get; set; }
Visual Basic
Public Property Status As String
	Get
	Set
Visual C++
public:
property String^ Status {
	String^ get ();
	void set (String^ value);
}

Field Value

The status.

See Also