ILabeledOperation.Operation Property

Definition

Operation that has been labeled. In VB, this is always null.

public:
 property Microsoft::CodeAnalysis::IOperation ^ Operation { Microsoft::CodeAnalysis::IOperation ^ get(); };
public Microsoft.CodeAnalysis.IOperation Operation { get; }
public Microsoft.CodeAnalysis.IOperation? Operation { get; }
member this.Operation : Microsoft.CodeAnalysis.IOperation
Public ReadOnly Property Operation As IOperation

Property Value

Applies to