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.3.5.0 (1.3.18.1017)
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