ClientTypeAttribute Constructor (String)

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 _
)
public ClientTypeAttribute(
    string typeName
)
public:
ClientTypeAttribute(
    String^ typeName
)
new : 
        typeName:string -> ClientTypeAttribute
public function ClientTypeAttribute(
    typeName : String
)

Parameters

.NET Framework Security

See Also

Reference

ClientTypeAttribute Class

ClientTypeAttribute Overload

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