你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TestRunResultOperation.Value Property

Definition

Final result of the long-running operation.

public override BinaryData Value { get; }
member this.Value : BinaryData
Public Overrides ReadOnly Property Value As BinaryData

Property Value

Remarks

This property can be accessed only after the operation completes successfully (HasValue is true).

Applies to