AgentScope.Variables Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
声明
<BrowsableAttribute(False)> _
Public Property Variables As Collection(Of Variable)
Get
Private Set
[BrowsableAttribute(false)]
public Collection<Variable> Variables { get; private set; }
[BrowsableAttribute(false)]
public:
property Collection<Variable^>^ Variables {
Collection<Variable^>^ get ();
private: void set (Collection<Variable^>^ value);
}
[<BrowsableAttribute(false)>]
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>
.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