ImageGear .NET
SectionName Property




Gets or sets the name of the user dictionary section to which this item belongs.
Syntax
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);
}
'Declaration
 
Public Property SectionName As String
 
'Usage
 
Dim instance As ImGearRecUDItem
Dim value As String
 
instance.SectionName = value
 
value = instance.SectionName

Property Value

String value.
See Also

Reference

ImGearRecUDItem Class
ImGearRecUDItem Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback