Gets or sets a value that overrides the value of the Name property.
Namespace:
C1.Data.DataSourceAssembly: C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)
Syntax
C# |
---|
[DefaultValueAttribute("")] public string NameOverride { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute("")> _ Public Property NameOverride As String Get Set |