IndexerReference<TOperand,TItem>.Operand Proprietà

Definizione

Ottiene o imposta l'oggetto che contiene l'indicizzatore.

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

Valore della proprietà

InArgument<TOperand>

Oggetto che contiene l'indicizzatore.

Attributi

Si applica a