RequiredClientServiceAttribute Constructor (String, 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, _
propertyName As String _
)
public RequiredClientServiceAttribute(
string serviceType,
string propertyName
)
public:
RequiredClientServiceAttribute(
String^ serviceType,
String^ propertyName
)
new :
serviceType:string *
propertyName:string -> RequiredClientServiceAttribute
public function RequiredClientServiceAttribute(
serviceType : String,
propertyName : String
)
Parameters
- serviceType
Type: System.String
- propertyName
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