| PropertyBagICustomTypeDescriptorGetClassName Method  | 
            Returns the class name of this instance of a component.
            
 
Namespace: SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditingAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxstring ICustomTypeDescriptor.GetClassName()
Private Function GetClassName As String
	Implements 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