ModuleCategoryStandard Property |
Gets the document category for standard
ECMAScript 6 modules.
Namespace: Microsoft.ClearScript.JavaScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public static DocumentCategory Standard { get; }
Public Shared ReadOnly Property Standard As DocumentCategory
Get
public:
static property DocumentCategory^ Standard {
DocumentCategory^ get ();
}
static member Standard : DocumentCategory with get
Property Value
DocumentCategorySee Also