EntityMetadata.IsStateModelAware Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the entity supports setting custom state transitions.
public:
property Nullable<bool> IsStateModelAware { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember]
public bool? IsStateModelAware { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsStateModelAware : Nullable<bool>
Public ReadOnly Property IsStateModelAware As Nullable(Of Boolean)
Property Value
true
if the entity supports custom status transitions; otherwise, false
.
- Attributes
Remarks
The incident (case) entity is the only system entity that supports custom status transitions. Custom entities are also state model aware. More information: Define custom state model transitions.