Share via


ProcessTemplate.Description Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property Description As String
public string Description { get; private set; }
public:
virtual property String^ Description {
    String^ get () sealed;
    private: void set (String^ value) sealed;
}
abstract Description : string with get, private set 
override Description : string with get, private set
final function get Description () : String 
private final function set Description (value : String)

Property Value

Type: System.String

Implements

IProcessTemplate.Description

.NET Framework Security

See Also

Reference

ProcessTemplate Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace