See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set the entity display name that is shown on the value lookup form.
Namespace: NTier.AppWizard.FormsAssembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string EntityDisplayName { get; set; } |
Visual Basic |
---|
Public Property EntityDisplayName As String
Get
Set |
Visual C++ |
---|
public:
property String^ EntityDisplayName {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
String
See Also