Share via


ValueTypeFieldReference<TOperand,TResult>.OperandLocation Propiedad

Definición

Obtiene o establece la instancia del tipo de valor que contiene el campo.

public:
 property System::Activities::InOutArgument<TOperand> ^ OperandLocation { System::Activities::InOutArgument<TOperand> ^ get(); void set(System::Activities::InOutArgument<TOperand> ^ value); };
public System.Activities.InOutArgument<TOperand> OperandLocation { get; set; }
member this.OperandLocation : System.Activities.InOutArgument<'Operand> with get, set
Public Property OperandLocation As InOutArgument(Of TOperand)

Valor de propiedad

InOutArgument<TOperand>

Instancia del tipo de valor que contiene el campo.

Se aplica a