RegisteredIdentifierArgs.InputParameters Property

AdiIRC API v2

RegisteredIdentifierArgsInputParameters Property

Returns an string array containing the parameters passed into the identifier

Namespace:  AdiIRCAPIv2.Arguments.Aliasing
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public string[] InputParameters { get; }
Public ReadOnly Property InputParameters As String()
	Get
public:
property array<String^>^ InputParameters {
	array<String^>^ get ();
}
member InputParameters : string[] with get

Property Value

Type: String
See Also