Share via


NodeProperties.GetProperty Method

Returns the value for a specific property of the 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 Function GetProperty ( _
    name As String, _
    def As String _
) As String
'Usage
Dim name As String
Dim def As String
Dim returnValue As String

returnValue = Me.GetProperty(name, _
    def)
protected string GetProperty(
    string name,
    string def
)
protected:
String^ GetProperty(
    String^ name, 
    String^ def
)
protected function GetProperty(
    name : String, 
    def : String
) : String
member GetProperty : 
        name:string * 
        def:string -> string 

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

NodeProperties Class

NodeProperties Members

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