Gets or sets the barge's size category.

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

Syntax

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

Property Value

The barge's size category. The default value is Invalid.

Remarks

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

See Also