ParameterToken.UsedColon 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.
When passing an parameter with argument in the form: dir -Path:* The colon is part of the ParameterToken. This property returns true when this form is used, false otherwise.
public:
property bool UsedColon { bool get(); };
public:
property bool UsedColon { bool get(); };
public bool UsedColon { get; }
member this.UsedColon : bool
Public ReadOnly Property UsedColon As Boolean