Share via


TeamFoundationApplication.WebMethodEnumTableType Property

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

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

Syntax

'Declaration
Protected MustOverride ReadOnly Property WebMethodEnumTableType As Type
'Usage
Dim value As Type 

value = Me.WebMethodEnumTableType
protected abstract Type WebMethodEnumTableType { get; }
protected:
virtual property Type^ WebMethodEnumTableType {
    Type^ get () abstract;
}
protected abstract function get WebMethodEnumTableType () : Type

Property Value

Type: System.Type

.NET Framework Security

See Also

Reference

TeamFoundationApplication Class

TeamFoundationApplication Members

Microsoft.TeamFoundation.Server Namespace