Script.Language Property

Definition

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.

Applies to