RequiredClientServiceAttribute 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 ( _
serviceType As String _
)
public RequiredClientServiceAttribute(
string serviceType
)
public:
RequiredClientServiceAttribute(
String^ serviceType
)
new :
serviceType:string -> RequiredClientServiceAttribute
public function RequiredClientServiceAttribute(
serviceType : String
)
Parameters
- serviceType
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RequiredClientServiceAttribute Class
RequiredClientServiceAttribute Overload
Microsoft.TeamFoundation.Framework.Server.WebServices.Proxy Namespace