Share via


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

  • value
    Type: System.String
    The value to be assigned to the attribute

.NET Framework Security

See Also

Reference

NodeProperties Class

NodeProperties Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace