Extension.GetField<T>(String) Method

Definition

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

Gets the field.

protected:
generic <typename T>
 T GetField(System::String ^ fieldName);
protected T GetField<T> (string fieldName);
member this.GetField : string -> 'T
Protected Function GetField(Of T) (fieldName As String) 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.

Returns

T

The field.

Applies to