ContextProcessingResult.ContextProcessingStatus Property
Definition
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.
An enumeration representing what kind of processing was done for the given context name.
public:
property Microsoft::VisualStudio::Web::CodeGeneration::EntityFrameworkCore::ContextProcessingStatus ContextProcessingStatus { Microsoft::VisualStudio::Web::CodeGeneration::EntityFrameworkCore::ContextProcessingStatus get(); void set(Microsoft::VisualStudio::Web::CodeGeneration::EntityFrameworkCore::ContextProcessingStatus value); };
public Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.ContextProcessingStatus ContextProcessingStatus { get; set; }
member this.ContextProcessingStatus : Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.ContextProcessingStatus with get, set
Public Property ContextProcessingStatus As ContextProcessingStatus