ClientTypeAttribute Constructor (String, Type)

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

Syntax

'Declaration
Public Sub New ( _
    typeName As String, _
    type As Type _
)
public ClientTypeAttribute(
    string typeName,
    Type type
)
public:
ClientTypeAttribute(
    String^ typeName, 
    Type^ type
)
new : 
        typeName:string * 
        type:Type -> ClientTypeAttribute
public function ClientTypeAttribute(
    typeName : String, 
    type : Type
)

Parameters

.NET Framework Security

See Also

Reference

ClientTypeAttribute Class

ClientTypeAttribute Overload

Microsoft.TeamFoundation.Framework.Server.WebServices.Proxy Namespace