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 associated process template.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public)> _
Public Property Process As ProcessTemplate2010
[ClientPropertyAttribute(ClientVisibility.Public)]
public ProcessTemplate2010 Process { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public)]
public:
property ProcessTemplate2010^ Process {
ProcessTemplate2010^ get ();
void set (ProcessTemplate2010^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public)>]
member Process : ProcessTemplate2010 with get, set
function get Process () : ProcessTemplate2010
function set Process (value : ProcessTemplate2010)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.Compatibility.ProcessTemplate2010
Returns ProcessTemplate2010.
.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.Server.Compatibility Namespace