IDatabaseNode.SetProperty Method

Sets the VSIP property.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Function SetProperty ( _
    propId As Integer, _
    value As Object _
) As Integer
'Usage
Dim instance As IDatabaseNode
Dim propId As Integer
Dim value As Object
Dim returnValue As Integer

returnValue = instance.SetProperty(propId, _
    value)
int SetProperty(
    int propId,
    Object value
)
int SetProperty(
    int propId, 
    Object^ value
)
function SetProperty(
    propId : int, 
    value : Object
) : int
abstract SetProperty : 
        propId:int * 
        value:Object -> int 

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

IDatabaseNode Members

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