Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal name As String, _ ByVal propertyType As PropertyType, _ ByVal constantValue As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
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
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