BinaryManager.SetProperty Method (String, String)
Sets a global build property.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public void SetProperty(
string name,
string value
)
public:
void SetProperty(
String^ name,
String^ value
)
member SetProperty :
name:string *
value:string -> unit
Public Sub SetProperty (
name As String,
value As String
)
Parameters
name
Type: System.StringThe name of the property.
value
Type: System.StringThe value that corresponds to the property name.
Remarks
The meaning of setting a property depends on the implementation and the specific project. This call may raise the BinaryItemsChanged event.
See Also
BinaryManager Class
Microsoft.VisualStudio.Tools.Applications Namespace