PropertyBagICustomTypeDescriptorGetDefaultProperty Method  | 
 
            Returns the default property for 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)
SyntaxPropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
Private Function GetDefaultProperty As PropertyDescriptor
	Implements ICustomTypeDescriptor.GetDefaultProperty
Return Value
Type: 
PropertyDescriptor
            A 
PropertyDescriptor that represents the default property for this object, or null if this object does not have properties.
            
Implements
ICustomTypeDescriptorGetDefaultProperty
See Also