Script.Language 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.
Returns or sets the scripting language of the active script.
public:
property Microsoft::Office::Core::MsoScriptLanguage Language { Microsoft::Office::Core::MsoScriptLanguage get(); void set(Microsoft::Office::Core::MsoScriptLanguage value); };
public Microsoft.Office.Core.MsoScriptLanguage Language { get; set; }
member this.Language : Microsoft.Office.Core.MsoScriptLanguage with get, set
Public Property Language As MsoScriptLanguage
Property Value
Remarks
The MsoScriptLanguage constants used with the Language property are also used in the Language
parameter in the Add(Object, MsoScriptLocation, MsoScriptLanguage, String, String, String) method of the Scripts collection.