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