ServicingJobData.JobTitle Property

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

Syntax

‘선언
Public Property JobTitle As String
    Get
    Set
public string JobTitle { get; set; }
public:
property String^ JobTitle {
    String^ get ();
    void set (String^ value);
}
member JobTitle : string with get, set
function get JobTitle () : String
function set JobTitle (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ServicingJobData Class

Microsoft.TeamFoundation.Framework.Server Namespace