WebDeployProfile Constructor
Namespace: Microsoft.TeamFoundation.Deployment.Workflow
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Protected Sub New ( _
pubMethod As String _
)
protected WebDeployProfile(
string pubMethod
)
protected:
WebDeployProfile(
String^ pubMethod
)
new :
pubMethod:string -> WebDeployProfile
protected function WebDeployProfile(
pubMethod : String
)
Parameters
- pubMethod
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.