AgentScope.DataToIgnore Property

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property DataToIgnore As StringList
[BrowsableAttribute(true)]
public StringList DataToIgnore { get; private set; }
[BrowsableAttribute(true)]
public:
property StringList^ DataToIgnore {
    StringList^ get ();
    private: void set (StringList^ value);
}
[<BrowsableAttribute(true)>]
member DataToIgnore : StringList with get, private set
function get DataToIgnore () : StringList
private function set DataToIgnore (value : StringList)

Property Value

Type: Microsoft.TeamFoundation.Build.Workflow.Activities.StringList

.NET Framework Security

See Also

Reference

AgentScope Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace