UserInteractionServices.ProjectIcon Property
Gets the icon for the specific DSP project.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ProjectIcon As Bitmap
public virtual Bitmap ProjectIcon { get; }
public:
virtual property Bitmap^ ProjectIcon {
Bitmap^ get ();
}
abstract ProjectIcon : Bitmap
override ProjectIcon : Bitmap
function get ProjectIcon () : Bitmap
Property Value
Type: System.Drawing.Bitmap
The bitmap for the current database project icon.
.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.