Share via


IDatabaseProjectNode.AppDesignerFolderName Property

Gets the App Designer folder name. For database projects this is usually "Properties".

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

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