Share via


Extension.SetField<T>(String, T) Method

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Sets the field.

protected:
generic <typename T>
 void SetField(System::String ^ fieldName, T value);
protected void SetField<T> (string fieldName, T value);
member this.SetField : string * 'T -> unit
Protected Sub SetField(Of T) (fieldName As String, value As T)

Type Parameters

T

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Parameters

fieldName
String

The name of the field.

value
T

The value.

Applies to