ActivityImplementationContext.WhatIf Property

Definition

Determines whether to emit whatif output of the activity.

public:
 property Nullable<bool> WhatIf { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? WhatIf { get; set; }
member this.WhatIf : Nullable<bool> with get, set
Public Property WhatIf As Nullable(Of Boolean)

Property Value

Applies to