Get.AllowUnmapped Property

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
Public Property AllowUnmapped As Boolean
public bool AllowUnmapped { get; set; }
public:
property bool AllowUnmapped {
    bool get ();
    void set (bool value);
}
member AllowUnmapped : bool with get, set
function get AllowUnmapped () : boolean 
function set AllowUnmapped (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

Get Class

Microsoft.TeamFoundation.Build.Tasks Namespace