IsRecurring Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value indicating whether this instance is recurring.

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

Syntax

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

Field Value

true if this instance is recurring; otherwise, false.

See Also