Class InvokeQueryFinalSubStringCmdletCommand
[Cmdlet("Invoke", "QueryFinalSubString")]
[OutputType(new Type[] { typeof(QueryExp) })]
public class InvokeQueryFinalSubStringCmdletCommand : JNetPSCmdlet<JNetPSCore>
- Inheritance
-
InvokeQueryFinalSubStringCmdletCommand
- Inherited Members
- Extension Methods
Properties
A
[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "An attribute expression.")]
public AttributeValueExp A { get; set; }
Property Value
S
[Parameter(Position = 1, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "A string value expression representing the substring.")]
public StringValueExp S { get; set; }
Property Value
Methods
ProcessCommand()
protected override void ProcessCommand()