RazorCompiledItem.Kind 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.
Gets the kind of compiled item. The kind is used programmatically to associate behaviors and semantics with the item.
public:
abstract property System::String ^ Kind { System::String ^ get(); };
public abstract string Kind { get; }
member this.Kind : string
Public MustOverride ReadOnly Property Kind As String