Gets or sets the code used to identify the type of incidental.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual CicaIncidentalCode Code { get; set; }
Visual Basic (Declaration)
Public Overridable Property Code As CicaIncidentalCode
Visual C++
public:
virtual property CicaIncidentalCode Code {
	CicaIncidentalCode get ();
	void set (CicaIncidentalCode value);
}

Property Value

The code used to identify the type of incidental. The default value is Invalid.

Remarks

The CodeSpecified property indicates whether or not this property will be included in the serialized class or generated document. The CodeSpecified property is automatically set to true when this property is set.

See Also