Skip to main content
A newer version of this page is available.

Parameter.Name Property

Specifies the parameter’s name.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v20.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

[DefaultValue("")]
public string Name { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, specifying the parameter’s name.

Implements

See Also