| 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)
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