Gets or sets the associated directives related to accomodations.

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

Syntax

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

Remarks

If the supplied value is greater than 255 characters in length an error is reported.

See Also