Click or drag to resize

PropertyBagICustomTypeDescriptorGetClassName Method

Returns the class name of this instance of a component.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
string ICustomTypeDescriptor.GetClassName()

Return Value

Type: String
The class name of the object, or null if the class does not have a name.

Implements

ICustomTypeDescriptorGetClassName
See Also