AzureUpgradeDeployment.ExtendedProperties Property

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

Syntax

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

Property Value

Type: System.Activities.InArgument<IDictionary<String, String>>

.NET Framework Security

See Also

Reference

AzureUpgradeDeployment Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace