FeedbackItem.RecommendedActions 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 the recommended actions -- command lines or even code snippets to run.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
public System.Collections.Generic.List<string>? RecommendedActions { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>]
member this.RecommendedActions : System.Collections.Generic.List<string>
Public ReadOnly Property RecommendedActions As List(Of String)
Property Value
- Attributes