







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
Transaction..::..IsRecurring Property |
Transaction Class See Also Send Feedback |
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); } |