Resources.MappingDetailsCommandStrip Property

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Looks up a localized resource of type System.Drawing.Bitmap.

Namespace:  Microsoft.Data.Entity.Design
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
Public Shared ReadOnly Property MappingDetailsCommandStrip As Bitmap 
    Get
'Usage
Dim value As Bitmap 

value = Resources.MappingDetailsCommandStrip
public static Bitmap MappingDetailsCommandStrip { get; }
public:
static property Bitmap^ MappingDetailsCommandStrip {
    Bitmap^ get ();
}
static member MappingDetailsCommandStrip : Bitmap
static function get MappingDetailsCommandStrip () : Bitmap

Property Value

Type: System.Drawing.Bitmap

See Also

Reference

Resources Class

Microsoft.Data.Entity.Design Namespace