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
'Déclaration
<BrowsableAttribute(True)> _
Public Property CustomFields As InArgument(Of IDictionary(Of String, String))
Get
Set
[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
- 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.Build.Workflow.Activities Namespace