ImageGear .NET v24.12 - Updated
SectionName Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecUDItem Class : SectionName Property
Gets or sets the name of the user dictionary section to which this item belongs.
Syntax
'Declaration
 
Public Property SectionName As String
'Usage
 
Dim instance As ImGearRecUDItem
Dim value As String
 
instance.SectionName = value
 
value = instance.SectionName
public string SectionName {get; set;}
public: __property string* get_SectionName();
public: __property void set_SectionName( 
   string* value
);
public:
property String^ SectionName {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

ImGearRecUDItem Class
ImGearRecUDItem Members