IAction.Justification 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.
Business justification for the action
[ADT.Runtime.Info(Create=true, Description="Business justification for the action", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="justification", Update=true)]
public string Justification { get; set; }
[<ADT.Runtime.Info(Create=true, Description="Business justification for the action", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="justification", Update=true)>]
member this.Justification : string with get, set
Public Property Justification As String
Property Value
- Attributes