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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace