The data types permant id.

Namespace: Composite.Data.DynamicTypes
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public Guid DataTypeId { get; set; }
Visual Basic
Public Property DataTypeId As Guid
	Get
	Set
Visual C++
public:
property Guid DataTypeId {
	Guid get ();
	void set (Guid value);
}

See Also