Class InvokeQueryAttrCmdletCommand
[Cmdlet("Invoke", "QueryAttr")]
[OutputType(new Type[] { typeof(AttributeValueExp) })]
public class InvokeQueryAttrCmdletCommand : JNetPSCmdlet<JNetPSCore>
- Inheritance
-
InvokeQueryAttrCmdletCommand
- Inherited Members
- Extension Methods
Properties
ClassName
[Parameter(Position = 1, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The name of the class possessing the attribute.")]
public string ClassName { get; set; }
Property Value
Name
[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The name of the attribute.")]
public string Name { get; set; }
Property Value
Methods
ProcessCommand()
protected override void ProcessCommand()