GetValueResult Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return value for the helper method used by Copy/Move. Needed to ensure we can make a different decision in the calling method when the value is null because it cannot be fetched (HasError = true) versus when it actually is null (much like why RemovedPropertyTypeResult is used for returning type in the Remove operation).
public ref class GetValueResult
public class GetValueResult
type GetValueResult = class
Public Class GetValueResult
- Inheritance
-
GetValueResult
Has |
HasError: true when an error occurred, the operation didn't complete successfully |
Property |
The value of the property we're trying to get |
Produkt | Versiounen |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |