Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a flag indication whether to download the build type.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property DoNotDownloadBuildType As InArgument(Of Boolean)
Get
Set
[BrowsableAttribute(true)]
public InArgument<bool> DoNotDownloadBuildType { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<bool>^ DoNotDownloadBuildType {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
member DoNotDownloadBuildType : InArgument<bool> with get, set
function get DoNotDownloadBuildType () : InArgument<boolean>
function set DoNotDownloadBuildType (value : InArgument<boolean>)
Property Value
Type: System.Activities.InArgument<Boolean>
True download the build type; otherwise, false.
.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