Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the workspace template that is used to create a workspace on a build agent.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property WorkspaceTemplate As WorkspaceTemplate
[ClientPropertyAttribute(ClientVisibility.Private)]
public WorkspaceTemplate WorkspaceTemplate { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property WorkspaceTemplate^ WorkspaceTemplate {
WorkspaceTemplate^ get ();
void set (WorkspaceTemplate^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member WorkspaceTemplate : WorkspaceTemplate with get, set
function get WorkspaceTemplate () : WorkspaceTemplate
function set WorkspaceTemplate (value : WorkspaceTemplate)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.WorkspaceTemplate
Returns WorkspaceTemplate.
.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.