| PropertyBagICustomTypeDescriptorGetComponentName Method  | 
            Returns the 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.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