DataBusDataSource.SetProperty<T>(String, T, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initiates the properties to set in the DataBus control.
protected:
generic <typename T>
void SetProperty(System::String ^ propertyName, T value, ... cli::array <System::String ^> ^ affectedProperties);
protected void SetProperty<T>(string propertyName, T value, params string[] affectedProperties);
member this.SetProperty : string * 'T * string[] -> unit
Protected Sub SetProperty(Of T) (propertyName As String, value As T, ParamArray affectedProperties As String())
Type Parameters
- T
The type of the properties to set.
Parameters
- propertyName
- String
The property name.
- value
- T
The objects in the list.
- affectedProperties
- String[]
The properties to be set.