SmartCardCryptogramPlacementStep.ChainedOutputStep 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.
Gets or sets the output of this chained step.
public:
property SmartCardCryptogramPlacementStep ^ ChainedOutputStep { SmartCardCryptogramPlacementStep ^ get(); void set(SmartCardCryptogramPlacementStep ^ value); };
SmartCardCryptogramPlacementStep ChainedOutputStep();
void ChainedOutputStep(SmartCardCryptogramPlacementStep value);
public SmartCardCryptogramPlacementStep ChainedOutputStep { get; set; }
var smartCardCryptogramPlacementStep = smartCardCryptogramPlacementStep.chainedOutputStep;
smartCardCryptogramPlacementStep.chainedOutputStep = smartCardCryptogramPlacementStep;
Public Property ChainedOutputStep As SmartCardCryptogramPlacementStep
Property Value
The output of this chained step.