Share via


ProcessTemplateDescriptor.Id Property

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Property Id As Guid
public Guid Id { get; private set; }
public:
property Guid Id {
    Guid get ();
    private: void set (Guid value);
}
member Id : Guid with get, private set
function get Id () : Guid 
private function set Id (value : Guid)

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

ProcessTemplateDescriptor Class

Microsoft.TeamFoundation.Server.Core Namespace