Share via


Template.Title Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Portal
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property Title As String
'Usage
Dim instance As Template 
Dim value As String 

value = instance.Title

instance.Title = value
public string Title { get; set; }
public:
property String^ Title {
    String^ get ();
    void set (String^ value);
}
public function get Title () : String 
public function set Title (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Template Class

Template Members

Microsoft.TeamFoundation.Proxy.Portal Namespace