AzureCreateDeployment.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>>
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.Deployment.Workflow.Activities Namespace