Share via


IScriptParameter.Type Property

Definition

The type of parameter the script is expecting. psCredential is a PSCredentialObject

[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Description="The type of parameter the script is expecting. psCredential is a PSCredentialObject", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ScriptParameterTypes) }, ReadOnly=true, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ScriptParameterTypes? Type { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Description="The type of parameter the script is expecting. psCredential is a PSCredentialObject", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ScriptParameterTypes) }, ReadOnly=true, Required=false, SerializedName="type")>]
member this.Type : Nullable<Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ScriptParameterTypes>
Public ReadOnly Property Type As Nullable(Of ScriptParameterTypes)

Property Value

Attributes

Applies to