[This is preliminary documentation and is subject to change.]
Sets an expression that will determine the value of the AllowActivitySwitch property.
Namespace:
Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public void BindAllowActivitySwitch( Func<bool> condition ) |
Visual Basic (Declaration) |
---|
Public Sub BindAllowActivitySwitch ( _ condition As Func(Of Boolean) _ ) |
Visual C++ |
---|
public: void BindAllowActivitySwitch( Func<bool>^ condition ) |
Parameters
- condition
- Type: System..::.Func<(Of <(Boolean>)>)
The expression that will determine the value of the AllowActivitySwitch property
Remarks
See the AllowActivitySwitch property for more details
The expression will be evaluated when the value of AllowActivitySwitch property is queried.
The expression will be evaluated when the value of AllowActivitySwitch property is queried.