Label.moreLabelFiles Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The moreLabelFiles method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.
Indicates whether there are additional label files.
public:
bool moreLabelFiles();
[System.Obsolete("The moreLabelFiles method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.")]
public bool moreLabelFiles ();
[<System.Obsolete("The moreLabelFiles method is intended for use from the AX Client during design time only. It should not be used anymore. It is replaced with Visual Studio based design tools.")>]
member this.moreLabelFiles : unit -> bool
Public Function moreLabelFiles () As Boolean
Returns
true if there are additional label files; otherwise, false.
- Attributes