PropertyBagICustomTypeDescriptorGetComponentName Method  | 
 
            Returns the 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.0711)
Syntaxstring ICustomTypeDescriptor.GetComponentName()
Private Function GetComponentName As String
	Implements ICustomTypeDescriptor.GetComponentName
Return Value
Type: 
String
            The name of the object, or null if the object does not have a name.
            
Implements
ICustomTypeDescriptorGetComponentName
See Also