TheThing..::..SetProperty Method
Overload List
| Name | Description | |
|---|---|---|
| 
                         | 
                      SetProperty(String, Object) | 
                         
   Sets a property
   If the property does not exist, it will be created
    
                       | 
                    
| 
                         | 
                      SetProperty(String, Object, ePropertyTypes) | 
                         
   Sets a property
   If the property does not exist, it will be created
   All Events (Change and Set) will be fired - even if the property has not changed
   The Property Type will be set as well
    
                       | 
                    
| 
                         | 
                      SetProperty(String, Object, Int32, Action<(Of <<'(cdeP>)>>)) | 
                         
   Sets a property
   If the property does not exist, it will be created
    
                       | 
                    
| 
                         | 
                      SetProperty(String, Object, ePropertyTypes, Int32, Action<(Of <<'(cdeP>)>>)) | 
                         
   Sets a property
   If the property does not exist, it will be created
   All Events (Change and Set) will be fired - even if the property has not changed
   The Property Type will be set as well
    
                       | 
                    
| 
                         | 
                      SetProperty(String, Object, DateTimeOffset) | 
                         
   Sets a property
   If the property does not exist, it will be created
   The Property Type will be set as well
    
                       | 
                    
| 
                         | 
                      SetProperty(String, Object, ePropertyTypes, DateTimeOffset) | 
                         
   Sets a property
   If the property does not exist, it will be created
   The Property Type will be set as well
    
                       | 
                    
| 
                         | 
                      SetProperty(String, Object, ePropertyTypes, DateTimeOffset, Int32, Action<(Of <<'(cdeP>)>>)) | 
                         
   Sets a property
   If the property does not exist, it will be created
   All Events (Change and Set) will be fired - even if the property has not changed
   The Property Type will be set as well
    
                       | 
                    
| 
                         | 
                      SetProperty``1(UMP%, UMP, Int32, Int32, String) | (Inherited from TheBindableBase.) |