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



name
value

Glossary Item Box

Syntax

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

Parameters

name
value

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