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

.NET Framework Security

See Also

Reference

RequiredClientServiceAttribute Class

RequiredClientServiceAttribute Overload

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