Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of variables.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property Variables As Collection(Of Variable)
public Collection<Variable> Variables { get; private set; }
public:
property Collection<Variable^>^ Variables {
Collection<Variable^>^ get ();
private: void set (Collection<Variable^>^ value);
}
member Variables : Collection<Variable> with get, private set
function get Variables () : Collection<Variable>
private function set Variables (value : Collection<Variable>)
Property Value
Type: System.Collections.ObjectModel.Collection<Variable>
Returns Collection<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace