Share via


DatabaseConnectionAddedOrRemovedEventArgs.DspFamily Property

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property DspFamily As String
public string DspFamily { get; private set; }
public:
property String^ DspFamily {
    String^ get ();
    private: void set (String^ value);
}
member DspFamily : string with get, private set
function get DspFamily () : String
private function set DspFamily (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseConnectionAddedOrRemovedEventArgs Class

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace