OpenWorkItem.CustomFields Property

Gets or sets a dictionary that specifies the value of one or more work item fields (as keys).

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

Syntax

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

Property Value

Type: System.Activities.InArgument<IDictionary<String, String>>
A dictionary that specifies the value of one or more work item fields (as keys).

.NET Framework Security

See Also

Reference

OpenWorkItem Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace