WorkflowTask.Extensions Property
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Protected Property Extensions As ICollection(Of Object)
protected ICollection<Object> Extensions { get; private set; }
protected:
property ICollection<Object^>^ Extensions {
ICollection<Object^>^ get ();
private: void set (ICollection<Object^>^ value);
}
member Extensions : ICollection<Object> with get, private set
function get Extensions () : ICollection<Object>
private function set Extensions (value : ICollection<Object>)
Property Value
Type: System.Collections.Generic.ICollection<Object>
Returns ICollection<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.