WorkflowSymbol.Symbols Property

Definition

Gets or sets the collection of symbols.

public:
 property System::Collections::Generic::ICollection<System::Activities::Debugger::Symbol::ActivitySymbol ^> ^ Symbols { System::Collections::Generic::ICollection<System::Activities::Debugger::Symbol::ActivitySymbol ^> ^ get(); void set(System::Collections::Generic::ICollection<System::Activities::Debugger::Symbol::ActivitySymbol ^> ^ value); };
public System.Collections.Generic.ICollection<System.Activities.Debugger.Symbol.ActivitySymbol> Symbols { get; set; }
member this.Symbols : System.Collections.Generic.ICollection<System.Activities.Debugger.Symbol.ActivitySymbol> with get, set
Public Property Symbols As ICollection(Of ActivitySymbol)

Property Value

The collection of symbols.

Applies to