ExpandEnvironmentVariables.AdditionalVariables Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Déclaration
<BrowsableAttribute(True)> _
Public Property AdditionalVariables As InArgument(Of IDictionary(Of String, String))
Get
Set
[BrowsableAttribute(true)]
public InArgument<IDictionary<string, string>> AdditionalVariables { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<IDictionary<String^, String^>^>^ AdditionalVariables {
InArgument<IDictionary<String^, String^>^>^ get ();
void set (InArgument<IDictionary<String^, String^>^>^ value);
}
[<BrowsableAttribute(true)>]
member AdditionalVariables : InArgument<IDictionary<string, string>> with get, set
function get AdditionalVariables () : InArgument<IDictionary<String, String>>
function set AdditionalVariables (value : InArgument<IDictionary<String, String>>)
Property Value
Type: System.Activities.InArgument<IDictionary<String, String>>
.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
ExpandEnvironmentVariables Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace