Assigns an immutable id to this property. The id must be unique and is used to identify the property even if
the name 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 ImmutableFieldId attribute:
CopyC#

// (IData attributes) interface IMyDataType : IData { [ImmutableFieldId("b3bada55-0e7e-4195-86e6-92770c381df4")] string Title { get; set; } }