Share via


Resources.MappingDetails_ValueNull Property

 

Looks up a localized string similar to Null.

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

Syntax

public static string MappingDetails_ValueNull { get; }
public:
property String^ MappingDetails_ValueNull {
    static String^ get();
}
static member MappingDetails_ValueNull : string with get
Public Shared ReadOnly Property MappingDetails_ValueNull As String

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top