Gets or sets the location from which this CSubscription instance originates.

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

Syntax

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

Remarks

If an attempt is made to set this with a value longer than 40 characters an error is generated.

See Also