Skip to main content
All docs
V24.2

EnvironmentPolicy.ReadCurrentProcessDataEventArgs.Parameter Property

Gets the name of the process parameter.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public string Parameter { get; }

#Property Value

Type Description
String

The name of the process parameter.

See Also