Dela via


ISubsystem.FunctionsToDefine Property

Definition

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

Applies to