Set Method
Overloads
| Set<T>(String, T) | 
             Sets a property in the abstract structure  | 
        
      
    
Set<T>(String, T)
Sets a property in the abstract structure
Declaration
      public void Set<T>(string propertyName, T value)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | propertyName | 
           Name of property.  | 
      
| T | value | 
           The value to set.  | 
      
Type Parameters
| Name | Description | 
|---|---|
| T | 
           The type of the element.  |