SetMSBuildProperty(String,String,String) Method
See Also 
SourceCode.ProjectSystem Namespace > BuildProject Class > SetMSBuildProperty Method : SetMSBuildProperty(String,String,String) Method



name
value
condition

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub SetMSBuildProperty( _
   ByVal name As String, _
   ByVal value As String, _
   ByVal condition As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As BuildProject
Dim name As String
Dim value As String
Dim condition As String
 
instance.SetMSBuildProperty(name, value, condition)
C#  
public void SetMSBuildProperty( 
   string name,
   string value,
   string condition
)
C++/CLI  
public:
void SetMSBuildProperty( 
   String^ name,
   String^ value,
   String^ condition
) 

Parameters

name
value
condition

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