Share via


GetDeploymentEnvironmentProperty.Key Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
<RequiredArgumentAttribute> _
Public Property Key As InArgument(Of String)
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public InArgument<string> Key { get; set; }
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public:
property InArgument<String^>^ Key {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
[<RequiredArgumentAttribute>]
member Key : InArgument<string> with get, set
function get Key () : InArgument<String>
function set Key (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

GetDeploymentEnvironmentProperty Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace