Gets or sets the name of the file that contains the dictionary.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute("")] [DescriptionAttribute("Gets or sets the name of the file that contains the dictionary.")] public override string FileName { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute("")> _ <DescriptionAttribute("Gets or sets the name of the file that contains the dictionary.")> _ Public Overrides Property FileName As String Get Set |