SharedResourceScope.Variables Property
Gets or sets a collection of variables used by the shared resource.
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>
A collection of variables used by the shared resource.
.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