Gets or sets a reference to the distribution or premium that this gift or pledge should be associated with.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

Field Value

The key to an existing distribution or premium that this gift or pledge should be associated with.

Remarks

The distribution or premium must already be defined in iMIS; otherwise, an error is reported.

See Also