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
- 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.