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
    Get
    Set
'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);
}
function get ExtenderCatalogPropertiesFile () : String
function set ExtenderCatalogPropertiesFile (value : String)
[<BrowsableAttribute(false)>]
member ExtenderCatalogPropertiesFile : string with get, set

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