Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ParameterInfo.Attributes Property

Gets or sets the parameter attribute that specifies whether parameter is required and its cardinality.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public ParameterAttributes Attributes { get; set; }

Property Value

Type Description
ParameterAttributes

A ParameterAttributes enumeration member.

See Also