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.3.0.0 (1.3.17.0314)
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