DeploymentTaskProperty Constructor(String,PropertyType,String)
See Also 
SourceCode.Framework.Deployment Namespace > DeploymentTaskProperty Class > DeploymentTaskProperty Constructor : DeploymentTaskProperty Constructor(String,PropertyType,String)



name
propertyType
constantValue

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal name As String, _
   ByVal propertyType As PropertyType, _
   ByVal constantValue As String _
)
Visual Basic (Usage) Copy Code
Dim name As String
Dim propertyType As PropertyType
Dim constantValue As String
 
Dim instance As New DeploymentTaskProperty(name, propertyType, constantValue)
C#  
public DeploymentTaskProperty( 
   string name,
   PropertyType propertyType,
   string constantValue
)
C++/CLI  
public:
DeploymentTaskProperty( 
   String^ name,
   PropertyType propertyType,
   String^ constantValue
)

Parameters

name
propertyType
constantValue

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also