AssociatedWorkItemInfo.Title Property

Gets the title associated with the AssociatedWorkItemInfo object.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Title As String
public string Title { get; }
public:
property String^ Title {
    String^ get ();
}
member Title : string with get
function get Title () : String

Property Value

Type: System.String
The title associated with the AssociatedWorkItemInfo object.

.NET Framework Security

See Also

Reference

AssociatedWorkItemInfo Class

Microsoft.TeamFoundation.VersionControl.Client Namespace