AzureDeploymentInfo.ExtendedProperties Property

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

Syntax

'Declaration
Public Property ExtendedProperties As IDictionary(Of String, String)
public IDictionary<string, string> ExtendedProperties { get; private set; }
public:
property IDictionary<String^, String^>^ ExtendedProperties {
    IDictionary<String^, String^>^ get ();
    private: void set (IDictionary<String^, String^>^ value);
}
member ExtendedProperties : IDictionary<string, string> with get, private set
function get ExtendedProperties () : IDictionary<String, String>
private function set ExtendedProperties (value : IDictionary<String, String>)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

.NET Framework Security

See Also

Reference

AzureDeploymentInfo Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace