ISubsystem.FunctionsToDefine 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 a dictionary that contains the functions to be defined at the global scope of a PowerShell session. Key: function name; Value: function script.
public System.Collections.Generic.Dictionary<string,string> FunctionsToDefine { get; }
public System.Collections.Generic.Dictionary<string,string>? FunctionsToDefine { get; }
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })]
public System.Collections.Generic.Dictionary<string,string>? FunctionsToDefine { get; }
member this.FunctionsToDefine : System.Collections.Generic.Dictionary<string, string>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })>]
member this.FunctionsToDefine : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property FunctionsToDefine As Dictionary(Of String, String)
Property Value
- Attributes