TeamFoundationJobDefinition.ExtensionName Property

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

Syntax

'宣言
Public Property ExtensionName As String
    Get
    Set
public string ExtensionName { get; set; }
public:
property String^ ExtensionName {
    String^ get ();
    void set (String^ value);
}
member ExtensionName : string with get, set
function get ExtensionName () : String
function set ExtensionName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TeamFoundationJobDefinition Class

Microsoft.TeamFoundation.Framework.Client Namespace