Share via


TestDataRow<T>.Value Property

Definition

Gets the value held by this instance.

[System.Runtime.Serialization.DataMember]
public T Value { get; }
[System.Runtime.Serialization.DataMember]
[System.Runtime.CompilerServices.Nullable(1)]
public T Value { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Value : 'T
[<System.Runtime.Serialization.DataMember>]
[<System.Runtime.CompilerServices.Nullable(1)>]
member this.Value : 'T
Public ReadOnly Property Value As T

Property Value

T
Attributes

Applies to