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