RecommendedActionStateInfo.ActionInitiatedBy 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.
Optional. Gets who initiated the execution of this Recommended Action. Possible Value are: User -> When User explicity notified system to apply the recommendation.System -> When auto-execute status of this advisor is set to 'Enabled', in which case the System applies it.
public string ActionInitiatedBy { get; set; }
member this.ActionInitiatedBy : string with get, set
Public Property ActionInitiatedBy As String