ValueTypePropertyReference<TOperand,TResult>.OperandLocation Proprietà

Definizione

Ottiene o imposta l'istanza del tipo di valore che contiene la proprietà.

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)

Valore della proprietà

InOutArgument<TOperand>

Istanza del tipo di valore che contiene la proprietà.

Si applica a