Gets the type of the reserved data.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PartCatalogDataType DataType { get; }
Visual Basic
Public ReadOnly Property DataType As PartCatalogDataType
	Get
Visual C++
public:
property PartCatalogDataType DataType {
	PartCatalogDataType get ();
}

See Also