Sets a setting value.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
protected void SetValue<T>( string propertyName, T value ) |
| Visual Basic (Declaration) |
|---|
Protected Sub SetValue(Of T) ( _ propertyName As String, _ value As T _ ) |
Parameters
- propertyName
- Type: System..::.String
- value
- Type: T
Type Parameters
- T