TextExpressionImports.Namespaces Property

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

Syntax

'Declaration
Public Property Namespaces As IList(Of String)
public IList<string> Namespaces { get; private set; }
public:
property IList<String^>^ Namespaces {
    IList<String^>^ get ();
    private: void set (IList<String^>^ value);
}
member Namespaces : IList<string> with get, private set
function get Namespaces () : IList<String>
private function set Namespaces (value : IList<String>)

Property Value

Type: System.Collections.Generic.IList<String>

.NET Framework Security

See Also

Reference

TextExpressionImports Class

Microsoft.TeamFoundation.Build.Workflow Namespace