Share via


DatabaseProjectNodeExtender.ExtenderCatalogPropertiesFile Property

Gets or sets the catalog properties file.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property ExtenderCatalogPropertiesFile As String
'Usage
Dim instance As DatabaseProjectNodeExtender 
Dim value As String 

value = instance.ExtenderCatalogPropertiesFile

instance.ExtenderCatalogPropertiesFile = value
[BrowsableAttribute(false)]
public string ExtenderCatalogPropertiesFile { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ExtenderCatalogPropertiesFile {
    String^ get ();
    void set (String^ value);
}
public function get ExtenderCatalogPropertiesFile () : String 
public function set ExtenderCatalogPropertiesFile (value : String)

Property Value

Type: System.String

Remarks

Used in the Database Properties page.

.NET Framework Security

See Also

Reference

DatabaseProjectNodeExtender Class

DatabaseProjectNodeExtender Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace