Activity.Importance Property
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.
The importance field contains an enumerated set of values to signal to the recipient the relative importance of the activity. It is up to the receiver to map these importance hints to the user experience. The value of the importance field is of type string, with defined values of low, normal and high. The default value is normal.
C#
public string Importance { get; set; }
member this.Importance : string with get, set
Public Property Importance As String
Producto | Versiones |
---|---|
Microsoft 365 Agents SDK .NET | 1 |