ContextProcessingResult.ContextProcessingStatus Property

Definition

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

Property Value

ContextProcessingStatus

Applies to