ImageGear .NET
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback