Share via


IDatabaseReferenceNode.IncludeStatement Property

Gets the include statement for this node.

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

Syntax

'Declaration
ReadOnly Property IncludeStatement As String
string IncludeStatement { get; }
property String^ IncludeStatement {
    String^ get ();
}
abstract IncludeStatement : string
function get IncludeStatement () : String

Property Value

Type: System.String

Remarks

The include statement is the unique identifier for references.

.NET Framework Security

See Also

Reference

IDatabaseReferenceNode Interface

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