Assigns an immutable id to this type. The id must be unique and is used to identify the type even if
the type name, namespace or version should change. The Dynamic Type system uses this value to detect data schema changes.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
Examples
This sample shows how to use the ImmutableTypeId attribute:
CopyC#

[ImmutableTypeId("b3bada55-0e7e-4195-86e6-92770c381df3")] // (other IData attributes) interface IMyDataType : IData { // data type properties }