TestToolsTask.Publish Property
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaración
Public Property Publish As Boolean
Get
Set
public bool Publish { get; set; }
public:
property bool Publish {
bool get ();
void set (bool value);
}
member Publish : bool with get, set
function get Publish () : boolean
function set Publish (value : boolean)
Property Value
Type: System.Boolean
.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.