IXsltContextFunction.Maxargs Property

Definition

Gets the maximum number of arguments for the function. This enables the user to differentiate between overloaded functions.

public:
 property int Maxargs { int get(); };
public int Maxargs { get; }
member this.Maxargs : int
Public ReadOnly Property Maxargs As Integer

Property Value

The maximum number of arguments for the function.

Applies to