ScriptParameter.Type Propriedade

Definição

Obtém o tipo de parâmetro que o script está esperando. psCredential é um PSCredentialObject. Os valores possíveis incluem: '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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a