共用方式為


ScriptParameter.Type 屬性

定義

取得腳本預期的參數類型。 psCredential 是 PSCredentialObject。 可能的值包括:'String'、'SecureString'、'Credential'、'Int'、'Bool'、'Float'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public string Type { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : string
Public ReadOnly Property Type As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於