Share via


DataRowAttribute.Data Property

Definition

Gets data for calling test method.

public:
 property cli::array <System::Object ^> ^ Data { cli::array <System::Object ^> ^ get(); };
public object[] Data { get; }
public object?[] Data { get; }
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 2 })]
public object?[] Data { get; }
member this.Data : obj[]
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 2 })>]
member this.Data : obj[]
Public ReadOnly Property Data As Object()

Property Value

Object[]
Attributes

Applies to