IDatabaseProjectNode.AppDesignerFolderName Property
Gets the application designer folder name.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
ReadOnly Property AppDesignerFolderName As String
Get
'Usage
Dim instance As IDatabaseProjectNode
Dim value As String
value = instance.AppDesignerFolderName
string AppDesignerFolderName { get; }
property String^ AppDesignerFolderName {
String^ get ();
}
function get AppDesignerFolderName () : String
abstract 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.Project.Project Namespace