IndexerReference<TOperand,TItem>.Operand Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define o objeto que contém o indexador.
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)
Valor de Propriedade
O objeto que contém o indexador.
- Atributos