SampleImageListClassInformationName Property

CVB.Net Documentation
Name by which this class is known. You may change this Name, but not to one that already exists in the SampleImageList. To Merge classes in the SampleImageList use the MergeClasses(String, String, String)method of the SampleImageList class.

Namespace:  Stemmer.Cvb.Manto
Assembly:  Stemmer.Cvb.Manto (in Stemmer.Cvb.Manto.dll) Version: 14.0.0.0
Syntax

public string Name { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the parent list has already been disposed.
ArgumentNullExceptionwhen trying to set a null as class name
ArgumentExceptionwhen trying to set an empty class name
InvalidOperationExceptionwhen trying to set a class name that already exists in the parent SampleImageList
See Also

Reference