ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecRecognitionSettings Class : TrainingFilename Property |
'Declaration <ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")> Public Property TrainingFilename As String
'Usage Dim instance As ImGearRecRecognitionSettings Dim value As String instance.TrainingFilename = value value = instance.TrainingFilename
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")] public string TrainingFilename {get; set;}
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")] public: __property string* get_TrainingFilename(); public: __property void set_TrainingFilename( string* value );
[ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release.")] public: property String^ TrainingFilename { String^ get(); void set ( String^ value); }
The default value is "".