AgentScope.DataToIgnore Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
<BrowsableAttribute(True)> _
Public Property DataToIgnore As StringList
Get
Private Set
[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
- 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