Untracked Class

Attribute indicates the value stored in this field should be excluded from model state.
Value in an untracked field is stored in a global place so retrieving the field value from different states will result in same value, and altering field value will reflect to all states.
Untracked fields won't affect state identification.

Namespace: Microsoft.Modeling
Assembly: Microsoft.Xrt.Runtime (in Microsoft.Xrt.Runtime.dll)

Usage

'Usage

Syntax

'Declaration
[ObsoleteAttribute("Untracked attribute is no longer supported.")] 
[AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple=false)] 
public sealed class Untracked : Attribute

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.Modeling.Untracked

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP SP2 or later, Microsoft Windows Server 2008, Microsoft Windows Server 2003

See Also

Reference

Untracked Members
Microsoft.Modeling Namespace