WarehouseJobBase.ExtensionName Property

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public Property ExtensionName As String
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
Returns String.

.NET Framework Security

See Also

Reference

WarehouseJobBase Class

Microsoft.TeamFoundation.Warehouse Namespace