NodeProperties.SetProperty Method
Sets the property on the project hierarchy node.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Sub SetProperty ( _
name As String, _
value As String _
)
'Usage
Dim name As String
Dim value As String
Me.SetProperty(name, value)
protected void SetProperty(
string name,
string value
)
protected:
void SetProperty(
String^ name,
String^ value
)
protected function SetProperty(
name : String,
value : String
)
member SetProperty :
name:string *
value:string -> unit
Parameters
- name
Type: System.String
The name of the attribute to be set
- value
Type: System.String
The value to be assigned to the attribute
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace