[]
Sets the property value.
protected void SetPropertyValue<T>(T value, string xmlName = null, string name = "")
Protected Sub SetPropertyValue(Of T)(value As T, Optional xmlName As String = Nothing, Optional name As String = "")
Type | Name | Description |
---|---|---|
T | value | The property value. |
string | xmlName | The property name to store in xml. |
string | name | The property name. |
Name | Description |
---|---|
T | The property type |