DatabaseProjectConfigurationExtender.ProjectConfiguration Property
Gets or sets the project configuration that this object extends.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property ProjectConfiguration As IDatabaseProjectConfiguration
[BrowsableAttribute(false)]
public IDatabaseProjectConfiguration ProjectConfiguration { get; private set; }
[BrowsableAttribute(false)]
public:
property IDatabaseProjectConfiguration^ ProjectConfiguration {
IDatabaseProjectConfiguration^ get ();
private: void set (IDatabaseProjectConfiguration^ value);
}
[<BrowsableAttribute(false)>]
member ProjectConfiguration : IDatabaseProjectConfiguration with get, private set
function get ProjectConfiguration () : IDatabaseProjectConfiguration
private function set ProjectConfiguration (value : IDatabaseProjectConfiguration)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectConfiguration
.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
DatabaseProjectConfigurationExtender Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace