IAction.Target Property

Definition

Targets for the action

[ADT.Runtime.Info(Create=true, Description="Targets for the action", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="targets", Update=true)]
public System.Collections.Generic.List<string> Target { get; set; }
[<ADT.Runtime.Info(Create=true, Description="Targets for the action", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="targets", Update=true)>]
member this.Target : System.Collections.Generic.List<string> with get, set
Public Property Target As List(Of String)

Property Value

Attributes

Applies to